You are here

bartik.info.yml in Drupal 9

core/themes/bartik/bartik.info.yml

File

core/themes/bartik/bartik.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/2673014.
  4. # As the UI of Drupal improves between minor versions, the mark up and assets
  5. # in the Bartik theme will change. The Bartik theme is not backwards
  6. # compatible. If you wish to modify the output or assets of Bartik you can:
  7. # 1. Copy the whole of Bartik and rename it as your own theme. You will need to
  8. # manually manage your own updates if you want to stay up to date with Bartik's
  9. # bug fixes and feature support.
  10. #
  11. # 2. Sub-theme Bartik. This is only recommended if you want to make minor
  12. # tweaks and understand that Bartik could break your modifications as it
  13. # changes.
  14. name: Bartik
  15. type: theme
  16. base theme: false
  17. description: 'A flexible, recolorable theme with many regions and a responsive, mobile-first layout.'
  18. package: Core
  19. version: VERSION
  20. libraries:
  21. - bartik/classy.base
  22. - bartik/classy.messages
  23. - core/normalize
  24. - bartik/global-styling
  25. libraries-extend:
  26. core/drupal.dialog:
  27. - bartik/classy.dialog
  28. core/drupal.dropbutton:
  29. - bartik/classy.dropbutton
  30. core/drupal.progress:
  31. - bartik/classy.progress
  32. file/drupal.file:
  33. - bartik/classy.file
  34. filter/drupal.filter.admin:
  35. - bartik/filter
  36. filter/drupal.filter:
  37. - bartik/filter
  38. media/media_embed_ckeditor_theme:
  39. - bartik/classy.media_embed_ckeditor_theme
  40. media_library/view:
  41. - bartik/classy.media_library
  42. media_library/widget:
  43. - bartik/classy.media_library
  44. tour/tour:
  45. - bartik/tour
  46. user/drupal.user:
  47. - bartik/user
  48. ckeditor_stylesheets:
  49. - css/base/elements.css
  50. - css/components/captions.css
  51. - css/components/table.css
  52. - css/components/text-formatted.css
  53. - css/classy/components/media-embed-error.css
  54. regions:
  55. header: Header
  56. primary_menu: 'Primary menu'
  57. secondary_menu: 'Secondary menu'
  58. page_top: 'Page top'
  59. page_bottom: 'Page bottom'
  60. highlighted: Highlighted
  61. featured_top: 'Featured top'
  62. breadcrumb: Breadcrumb
  63. content: Content
  64. sidebar_first: 'Sidebar first'
  65. sidebar_second: 'Sidebar second'
  66. featured_bottom_first: 'Featured bottom first'
  67. featured_bottom_second: 'Featured bottom second'
  68. featured_bottom_third: 'Featured bottom third'
  69. footer_first: 'Footer first'
  70. footer_second: 'Footer second'
  71. footer_third: 'Footer third'
  72. footer_fourth: 'Footer fourth'
  73. footer_fifth: 'Footer fifth'