Drupal 8 Site using Vue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
854 B

  1. name: Vue.js Example
  2. type: theme
  3. description: 'Vue.js example theme'
  4. package: Other
  5. core: 8.x
  6. base theme: bartik
  7. libraries:
  8. - vue_js/global
  9. component-libraries:
  10. vue_js:
  11. paths:
  12. - src/components
  13. - src/templates
  14. regions:
  15. header: Header
  16. primary_menu: 'Primary menu'
  17. secondary_menu: 'Secondary menu'
  18. page_top: 'Page top'
  19. page_bottom: 'Page bottom'
  20. highlighted: Highlighted
  21. featured_top: 'Featured top'
  22. breadcrumb: Breadcrumb
  23. content: Content
  24. sidebar_first: 'Sidebar first'
  25. sidebar_second: 'Sidebar second'
  26. featured_bottom_first: 'Featured bottom first'
  27. featured_bottom_second: 'Featured bottom second'
  28. featured_bottom_third: 'Featured bottom third'
  29. footer_first: 'Footer first'
  30. footer_second: 'Footer second'
  31. footer_third: 'Footer third'
  32. footer_fourth: 'Footer fourth'
  33. footer_fifth: 'Footer fifth'