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/core_recommended_maintenance/recipe.yml
  12. 11.1.x core/recipes/local_video_media_type/recipe.yml
  13. 11.1.x core/recipes/standard_responsive_images/recipe.yml
  14. 11.1.x core/recipes/example/recipe.yml
  15. 11.1.x core/recipes/basic_shortcuts/recipe.yml
  16. 11.1.x core/recipes/core_recommended_performance/recipe.yml
  17. 11.1.x core/recipes/tags_taxonomy/recipe.yml
  18. 11.1.x core/recipes/comment_base/recipe.yml
  19. 11.1.x core/recipes/full_html_format_editor/recipe.yml
  20. 11.1.x core/recipes/user_picture/recipe.yml
  21. 11.1.x core/recipes/content_search/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_admin_theme/recipe.yml

File

core/recipes/core_recommended_admin_theme/recipe.yml

View source
  1. name: 'Admin theme'
  2. description: 'Sets up Claro as the administrative (backend) theme.'
  3. type: 'Themes'
  4. install:
  5. - claro
  6. - block
  7. config:
  8. # Leave existing blocks and menus as-is.
  9. strict: false
  10. import:
  11. system:
  12. - system.menu.account
  13. - system.menu.main
  14. claro:
  15. - block.block.claro_breadcrumbs
  16. - block.block.claro_content
  17. - block.block.claro_local_actions
  18. - block.block.claro_messages
  19. - block.block.claro_primary_local_tasks
  20. - block.block.claro_secondary_local_tasks
  21. actions:
  22. # Create this block dynamically so as not to conflict with the block created
  23. # by block_theme_initialize() when Claro is installed.
  24. block.block.claro_page_title:
  25. createIfNotExists:
  26. theme: claro
  27. plugin: page_title_block
  28. settings:
  29. id: page_title_block
  30. label: 'Page title'
  31. label_display: '0'
  32. provider: core
  33. setRegion: header
  34. setStatus: true
  35. setWeight: -30
  36. system.theme:
  37. simpleConfigUpdate:
  38. admin: claro

API Navigation

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