Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

recipe.yml

Same filename in this branch
  1. 11.1.x core/recipes/page_content_type/recipe.yml
  2. 11.1.x core/recipes/audio_media_type/recipe.yml
  3. 11.1.x core/recipes/basic_html_format_editor/recipe.yml
  4. 11.1.x core/recipes/article_comment/recipe.yml
  5. 11.1.x core/recipes/feedback_contact_form/recipe.yml
  6. 11.1.x core/recipes/standard/recipe.yml
  7. 11.1.x core/recipes/article_tags/recipe.yml
  8. 11.1.x core/recipes/restricted_html_format/recipe.yml
  9. 11.1.x core/recipes/editorial_workflow/recipe.yml
  10. 11.1.x core/recipes/remote_video_media_type/recipe.yml
  11. 11.1.x core/recipes/local_video_media_type/recipe.yml
  12. 11.1.x core/recipes/standard_responsive_images/recipe.yml
  13. 11.1.x core/recipes/example/recipe.yml
  14. 11.1.x core/recipes/basic_shortcuts/recipe.yml
  15. 11.1.x core/recipes/core_recommended_performance/recipe.yml
  16. 11.1.x core/recipes/tags_taxonomy/recipe.yml
  17. 11.1.x core/recipes/comment_base/recipe.yml
  18. 11.1.x core/recipes/full_html_format_editor/recipe.yml
  19. 11.1.x core/recipes/user_picture/recipe.yml
  20. 11.1.x core/recipes/content_search/recipe.yml
  21. 11.1.x core/recipes/core_recommended_admin_theme/recipe.yml
  22. 11.1.x core/recipes/core_recommended_front_end_theme/recipe.yml
  23. 11.1.x core/recipes/administrator_role/recipe.yml
  24. 11.1.x core/recipes/content_editor_role/recipe.yml
  25. 11.1.x core/recipes/document_media_type/recipe.yml
  26. 11.1.x core/recipes/basic_block_type/recipe.yml
  27. 11.1.x core/recipes/image_media_type/recipe.yml
  28. 11.1.x core/recipes/article_content_type/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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal