You are here

bartik.info.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/themes/bartik/bartik.info.yml
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: classy
  17. description: 'A flexible, recolorable theme with many regions and a responsive, mobile-first layout.'
  18. package: Core
  19. version: VERSION
  20. core: 8.x
  21. libraries:
  22. - bartik/global-styling
  23. libraries-override:
  24. classy/base: bartik/classy.base
  25. classy/book-navigation: bartik/classy.book-navigation
  26. classy/dialog: bartik/classy.dialog
  27. classy/dropbutton: bartik/classy.dropbutton
  28. classy/file: bartik/classy.file
  29. classy/forum: bartik/classy.forum
  30. classy/image-widget: bartik/classy.image-widget
  31. classy/indented: bartik/classy.indented
  32. classy/media_embed_ckeditor_theme: bartik/classy.media_embed_ckeditor_theme
  33. classy/media_embed_error: bartik/classy.media_embed_error
  34. classy/media_library: bartik/classy.media_library
  35. classy/messages: bartik/classy.messages
  36. classy/node: bartik/classy.node
  37. classy/progress: bartik/classy.progress
  38. classy/search-results: bartik/classy.search-results
  39. classy/user: bartik/classy.user
  40. libraries-extend:
  41. core/drupal.dialog:
  42. - bartik/classy.dialog
  43. core/drupal.dropbutton:
  44. - bartik/classy.dropbutton
  45. core/drupal.progress:
  46. - bartik/classy.progress
  47. file/drupal.file:
  48. - bartik/classy.file
  49. media/media_embed_ckeditor_theme:
  50. - bartik/classy.media_embed_ckeditor_theme
  51. media_library/view:
  52. - bartik/classy.media_library
  53. media_library/widget:
  54. - bartik/classy.media_library
  55. user/drupal.user:
  56. - bartik/classy.user
  57. ckeditor_stylesheets:
  58. - css/base/elements.css
  59. - css/components/captions.css
  60. - css/components/table.css
  61. - css/components/text-formatted.css
  62. - css/classy/components/media-embed-error.css
  63. regions:
  64. header: Header
  65. primary_menu: 'Primary menu'
  66. secondary_menu: 'Secondary menu'
  67. page_top: 'Page top'
  68. page_bottom: 'Page bottom'
  69. highlighted: Highlighted
  70. featured_top: 'Featured top'
  71. breadcrumb: Breadcrumb
  72. content: Content
  73. sidebar_first: 'Sidebar first'
  74. sidebar_second: 'Sidebar second'
  75. featured_bottom_first: 'Featured bottom first'
  76. featured_bottom_second: 'Featured bottom second'
  77. featured_bottom_third: 'Featured bottom third'
  78. footer_first: 'Footer first'
  79. footer_second: 'Footer second'
  80. footer_third: 'Footer third'
  81. footer_fourth: 'Footer fourth'
  82. footer_fifth: 'Footer fifth'