You are here

bartik.info.yml in Drupal 10

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. lifecycle: deprecated
  17. lifecycle_link: https://www.drupal.org/node/3223395#s-bartik
  18. base theme: false
  19. description: 'A flexible, recolorable theme with many regions and a responsive, mobile-first layout.'
  20. package: Core
  21. version: VERSION
  22. libraries:
  23. - bartik/classy.base
  24. - bartik/classy.messages
  25. - core/normalize
  26. - bartik/global-styling
  27. libraries-extend:
  28. core/drupal.dialog:
  29. - bartik/classy.dialog
  30. core/drupal.dropbutton:
  31. - bartik/classy.dropbutton
  32. core/drupal.progress:
  33. - bartik/classy.progress
  34. file/drupal.file:
  35. - bartik/classy.file
  36. filter/drupal.filter.admin:
  37. - bartik/filter
  38. filter/drupal.filter:
  39. - bartik/filter
  40. media/media_embed_ckeditor_theme:
  41. - bartik/classy.media_embed_ckeditor_theme
  42. media_library/view:
  43. - bartik/classy.media_library
  44. media_library/widget:
  45. - bartik/classy.media_library
  46. tour/tour:
  47. - bartik/tour
  48. user/drupal.user:
  49. - bartik/user
  50. ckeditor_stylesheets:
  51. - css/base/elements.css
  52. - css/components/captions.css
  53. - css/components/table.css
  54. - css/components/text-formatted.css
  55. - css/classy/components/media-embed-error.css
  56. regions:
  57. header: Header
  58. primary_menu: 'Primary menu'
  59. secondary_menu: 'Secondary menu'
  60. page_top: 'Page top'
  61. page_bottom: 'Page bottom'
  62. highlighted: Highlighted
  63. featured_top: 'Featured top'
  64. breadcrumb: Breadcrumb
  65. content: Content
  66. sidebar_first: 'Sidebar first'
  67. sidebar_second: 'Sidebar second'
  68. featured_bottom_first: 'Featured bottom first'
  69. featured_bottom_second: 'Featured bottom second'
  70. featured_bottom_third: 'Featured bottom third'
  71. footer_first: 'Footer first'
  72. footer_second: 'Footer second'
  73. footer_third: 'Footer third'
  74. footer_fourth: 'Footer fourth'
  75. footer_fifth: 'Footer fifth'