olivero.info.yml

Same filename and directory in other branches
  1. 9 core/themes/olivero/olivero.info.yml
  2. 10 core/themes/olivero/olivero.info.yml
core/themes/olivero/olivero.info.yml

File

core/themes/olivero/olivero.info.yml

View source
  1. # This theme is marked as @internal. It is intended to evolve and change over
  2. # minor releases.
  3. # As the UI of Drupal improves between minor versions, the markup and assets in
  4. # the Olivero theme will change. The Olivero theme is not backwards compatible
  5. # If you wish to modify the output or assets of Olivero you can:
  6. # 1. Copy the whole of Olivero and rename it as your own theme. You will need to
  7. # manually manage your own updates if you want to stay up to date with Olivero's
  8. # bug fixes and feature support.
  9. #
  10. # 2. Sub-theme Olivero. This is only recommended if you want to make minor
  11. # tweaks and understand that Olivero could break your modifications as it
  12. # changes.
  13. name: Olivero
  14. type: theme
  15. base theme: false
  16. description: A clean, accessible, and flexible Drupal front-end theme.
  17. alt text: Screenshot of Olivero, Drupal front-end theme.
  18. package: Core
  19. version: VERSION
  20. libraries:
  21. - olivero/global-styling
  22. regions:
  23. header: Header
  24. primary_menu: Primary menu
  25. secondary_menu: Secondary menu
  26. hero: Hero (full width)
  27. highlighted: Highlighted
  28. breadcrumb: Breadcrumb
  29. social: Social Bar
  30. content_above: Content Above
  31. content: Content
  32. sidebar: Sidebar
  33. content_below: Content Below
  34. footer_top: Footer Top
  35. footer_bottom: Footer Bottom
  36. libraries-override:
  37. core/drupal.ajax:
  38. css:
  39. component:
  40. core/components/ajax-progress.module.css: css/components/ajax-progress.module.css
  41. core/drupal.autocomplete:
  42. css:
  43. component:
  44. core/components/autocomplete-loading.module.css: css/components/autocomplete-loading.module.css
  45. system/admin:
  46. css:
  47. theme:
  48. css/system.admin.css: false
  49. core/drupal.checkbox: false
  50. core/drupal.dropbutton:
  51. css:
  52. component:
  53. misc/dropbutton/dropbutton.css: css/components/dropbutton.css
  54. core/drupal.vertical-tabs:
  55. css:
  56. component:
  57. misc/vertical-tabs.css: css/components/vertical-tabs.css
  58. media/oembed.formatter: false
  59. layout_builder/twocol_section: olivero/layout_builder_twocol_section
  60. layout_builder/threecol_section: olivero/layout_builder_threecol_section
  61. layout_builder/fourcol_section: olivero/layout_builder_fourcol_section
  62. libraries-extend:
  63. core/drupal.message:
  64. - olivero/drupal.message
  65. core/drupal.collapse:
  66. - olivero/details
  67. core/drupal.dialog:
  68. - olivero/drupal.dialog
  69. core/drupal.progress:
  70. - olivero/progress
  71. core/drupal.tabledrag:
  72. - olivero/tabledrag
  73. layout_discovery/onecol:
  74. - olivero/layout_discovery_section
  75. layout_discovery/twocol_bricks:
  76. - olivero/layout_discovery_section
  77. layout_discovery/twocol:
  78. - olivero/layout_discovery_section
  79. layout_discovery/threecol_25_50_25:
  80. - olivero/layout_discovery_section
  81. layout_discovery/threecol_33_34_33:
  82. - olivero/layout_discovery_section
  83. node/drupal.node.preview:
  84. - olivero/drupal.node.preview
  85. content_moderation/content_moderation:
  86. - olivero/content_moderation

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