recipe.yml

core/recipes/core_recommended_maintenance/recipe.yml

File

core/recipes/core_recommended_maintenance/recipe.yml

View source
  1. name: 'Recommended Maintenance'
  2. description: 'Sets up modules recommended for site maintenance.'
  3. type: 'Maintenance'
  4. install:
  5. - automated_cron
  6. - announcements_feed
  7. - dblog
  8. - views
  9. config:
  10. import:
  11. automated_cron:
  12. - automated_cron.settings
  13. dblog:
  14. - views.view.watchdog
  15. system:
  16. - system.cron

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.