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. # Leave existing config as-is.
  11. strict: false
  12. import:
  13. automated_cron:
  14. - automated_cron.settings
  15. dblog:
  16. - views.view.watchdog
  17. system:
  18. - system.cron

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