bartik.info.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. ckeditor_stylesheets:
  24. - css/base/elements.css
  25. - css/components/captions.css
  26. - css/components/table.css
  27. - css/components/text-formatted.css
  28. regions:
  29. header: Header
  30. primary_menu: 'Primary menu'
  31. secondary_menu: 'Secondary menu'
  32. page_top: 'Page top'
  33. page_bottom: 'Page bottom'
  34. highlighted: Highlighted
  35. featured_top: 'Featured top'
  36. breadcrumb: Breadcrumb
  37. content: Content
  38. sidebar_first: 'Sidebar first'
  39. sidebar_second: 'Sidebar second'
  40. featured_bottom_first: 'Featured bottom first'
  41. featured_bottom_second: 'Featured bottom second'
  42. featured_bottom_third: 'Featured bottom third'
  43. footer_first: 'Footer first'
  44. footer_second: 'Footer second'
  45. footer_third: 'Footer third'
  46. footer_fourth: 'Footer fourth'
  47. footer_fifth: 'Footer fifth'