claro.info.yml

Same filename and directory in other branches
  1. 10 core/themes/claro/claro.info.yml
  2. 11.x core/themes/claro/claro.info.yml
  3. 9 core/themes/claro/claro.info.yml
  4. 8.9.x 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/status.report: claro/status.report
  38. system/admin:
  39. css:
  40. theme:
  41. css/system.admin.css: false
  42. core/drupal.dropbutton:
  43. css:
  44. component:
  45. misc/dropbutton/dropbutton.css: css/components/dropbutton.css
  46. core/drupal.vertical-tabs:
  47. css:
  48. component:
  49. misc/vertical-tabs.css: false
  50. core/internal.jquery_ui:
  51. css:
  52. theme:
  53. assets/vendor/jquery.ui/themes/base/theme.css: false
  54. core/drupal.dialog:
  55. css:
  56. component:
  57. assets/vendor/jquery.ui/themes/base/dialog.css: false
  58. user/drupal.user:
  59. css:
  60. component:
  61. css/user.module.css: false
  62. field_ui/drupal.field_ui:
  63. css:
  64. theme:
  65. css/field_ui.admin.css: css/theme/field-ui.admin.css
  66. views_ui/admin.styling:
  67. css:
  68. component:
  69. css/views_ui.admin.css: css/components/views_ui.admin.css
  70. theme:
  71. css/views_ui.admin.theme.css: css/theme/views_ui.admin.theme.css
  72. libraries-extend:
  73. core/drupal.collapse:
  74. - claro/details-focus
  75. core/drupal.dialog:
  76. - claro/claro.drupal.dialog
  77. core/drupal.dropbutton:
  78. - claro/dropbutton
  79. core/drupal.checkbox:
  80. - claro/checkbox
  81. core/drupal.item-list:
  82. - claro/item-list
  83. core/drupal.message:
  84. - claro/messages
  85. core/drupal.progress:
  86. - claro/progress
  87. core/drupal.tabbingmanager:
  88. - claro/tabbingmanager
  89. core/drupal.tabledrag:
  90. - claro/claro.tabledrag
  91. core/drupal.tableselect:
  92. - claro/tableselect
  93. core/drupal.tablesort:
  94. - claro/drupal.tablesort
  95. core/drupal.vertical-tabs:
  96. - claro/vertical-tabs
  97. file/drupal.file:
  98. - claro/file
  99. filter/drupal.filter.admin:
  100. - claro/filter
  101. filter/drupal.filter:
  102. - claro/filter
  103. system/admin:
  104. - claro/system.admin
  105. core/drupal.autocomplete:
  106. - claro/autocomplete
  107. core/drupal.ajax:
  108. - claro/ajax
  109. user/drupal.user:
  110. - claro/form.password-confirm
  111. node/drupal.node.preview:
  112. - claro/drupal.node.preview
  113. system/status.report:
  114. - claro/status.report
  115. views/views.module:
  116. - claro/views
  117. views_ui/admin.styling:
  118. - claro/views_ui
  119. media/media_embed_ckeditor_theme:
  120. - claro/classy.media_embed_ckeditor_theme
  121. media_library/ui:
  122. - claro/media_library.ui
  123. media_library/view:
  124. - claro/media_library.theme
  125. media_library/widget:
  126. - claro/media_library.theme
  127. image/admin:
  128. - claro/image.admin
  129. regions:
  130. header: Header
  131. pre_content: Pre-content
  132. breadcrumb: Breadcrumb
  133. highlighted: Highlighted
  134. help: Help
  135. content: Content
  136. page_top: Page top
  137. page_bottom: Page bottom
  138. sidebar_first: First sidebar
  139. regions_hidden:
  140. - sidebar_first

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