claro.info.yml

Same filename and directory in other branches
  1. 9 core/themes/claro/claro.info.yml
  2. 8.9.x core/themes/claro/claro.info.yml
  3. 10 core/themes/claro/claro.info.yml
core/themes/claro/claro.info.yml

File

core/themes/claro/claro.info.yml

View source
  1. # This theme is marked as @internal. It is intended to evolve and change over
  2. # minor releases.
  3. # Change record https://www.drupal.org/node/2582945.
  4. # As the UI of Drupal improves between minor versions, the markup and assets
  5. # in the Claro theme will change. The Claro theme is not backwards compatible.
  6. # If you wish to modify the output or assets of Claro you can:
  7. # 1. Copy the whole of Claro and rename it as your own administration theme. You
  8. # will need to manually manage your own updates if you want to stay up to
  9. # date with Claro's bug fixes and feature support.
  10. #
  11. # 2. Sub-theme Claro. This is only recommended if you want to make minor tweaks
  12. # and understand that Claro could break your modifications as it changes.
  13. name: Claro
  14. type: theme
  15. base theme: false
  16. description: A clean, accessible, and powerful Drupal administration theme.
  17. alt text: Screenshot of Claro, Drupal administration theme.
  18. package: Core
  19. version: VERSION
  20. libraries:
  21. - core/drupal.message
  22. - core/normalize
  23. - claro/global-styling
  24. libraries-override:
  25. core/drupal.tabledrag:
  26. css:
  27. component:
  28. misc/components/tabledrag.module.css: css/components/tabledrag.css
  29. core/drupal.ajax:
  30. css:
  31. component:
  32. misc/components/ajax-progress.module.css: css/components/ajax-progress.module.css
  33. core/drupal.autocomplete:
  34. css:
  35. component:
  36. misc/components/autocomplete-loading.module.css: css/components/autocomplete-loading.module.css
  37. system/base:
  38. css:
  39. component:
  40. css/components/system-status-counter.css: css/components/system-status-counter.css
  41. css/components/system-status-report-counters.css: css/components/system-status-report-counters.css
  42. css/components/system-status-report-general-info.css: css/components/system-status-report-general-info.css
  43. system/admin:
  44. css:
  45. theme:
  46. css/system.admin.css: false
  47. core/drupal.dropbutton:
  48. css:
  49. component:
  50. misc/dropbutton/dropbutton.css: css/components/dropbutton.css
  51. core/drupal.vertical-tabs:
  52. css:
  53. component:
  54. misc/vertical-tabs.css: false
  55. core/internal.jquery_ui:
  56. css:
  57. theme:
  58. assets/vendor/jquery.ui/themes/base/theme.css: false
  59. core/drupal.dialog:
  60. css:
  61. component:
  62. assets/vendor/jquery.ui/themes/base/dialog.css: false
  63. user/drupal.user:
  64. css:
  65. component:
  66. css/user.module.css: false
  67. field_ui/drupal.field_ui:
  68. css:
  69. theme:
  70. css/field_ui.admin.css: css/theme/field-ui.admin.css
  71. node/drupal.node:
  72. css:
  73. layout:
  74. css/node.module.css: false
  75. node/form:
  76. css:
  77. layout:
  78. css/node.module.css: false
  79. toolbar/toolbar:
  80. css:
  81. component:
  82. css/toolbar.module.css: css/components/toolbar.module.css
  83. theme:
  84. css/toolbar.theme.css: css/theme/toolbar.theme.css
  85. css/toolbar.icons.theme.css: css/theme/toolbar.icons.theme.css
  86. toolbar/toolbar.menu:
  87. css:
  88. state:
  89. css/toolbar.menu.css: css/state/toolbar.menu.css
  90. views_ui/admin.styling:
  91. css:
  92. component:
  93. css/views_ui.admin.css: css/components/views_ui.admin.css
  94. theme:
  95. css/views_ui.admin.theme.css: css/theme/views_ui.admin.theme.css
  96. libraries-extend:
  97. core/drupal.collapse:
  98. - claro/details-focus
  99. core/drupal.dialog:
  100. - claro/claro.drupal.dialog
  101. core/drupal.dropbutton:
  102. - claro/dropbutton
  103. core/drupal.checkbox:
  104. - claro/checkbox
  105. core/drupal.message:
  106. - claro/messages
  107. core/drupal.progress:
  108. - claro/progress
  109. core/drupal.tabbingmanager:
  110. - claro/tabbingmanager
  111. core/drupal.tabledrag:
  112. - claro/claro.tabledrag
  113. core/drupal.tableselect:
  114. - claro/tableselect
  115. core/drupal.vertical-tabs:
  116. - claro/vertical-tabs
  117. file/drupal.file:
  118. - claro/file
  119. filter/drupal.filter.admin:
  120. - claro/filter
  121. filter/drupal.filter:
  122. - claro/filter
  123. system/admin:
  124. - claro/system.admin
  125. core/drupal.autocomplete:
  126. - claro/autocomplete
  127. shortcut/drupal.shortcut:
  128. - claro/drupal.shortcut
  129. core/drupal.ajax:
  130. - claro/ajax
  131. user/drupal.user:
  132. - claro/form.password-confirm
  133. node/drupal.node.preview:
  134. - claro/drupal.node.preview
  135. views/views.module:
  136. - claro/views
  137. - claro/views_ui
  138. media/media_embed_ckeditor_theme:
  139. - claro/classy.media_embed_ckeditor_theme
  140. media_library/ui:
  141. - claro/media_library.ui
  142. media_library/view:
  143. - claro/media_library.theme
  144. media_library/widget:
  145. - claro/media_library.theme
  146. image/admin:
  147. - claro/image.admin
  148. regions:
  149. header: Header
  150. pre_content: Pre-content
  151. breadcrumb: Breadcrumb
  152. highlighted: Highlighted
  153. help: Help
  154. content: Content
  155. page_top: Page top
  156. page_bottom: Page bottom
  157. sidebar_first: First sidebar
  158. regions_hidden:
  159. - sidebar_first

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