edlptheme.info.yml 558 B

1234567891011121314151617181920212223
  1. name: edlp
  2. description: 'EDLP Drupal 8 theme with gulp'
  3. type: theme
  4. base theme: classy
  5. core: 8.x
  6. libraries:
  7. - core/normalize
  8. - edlptheme/redirect-js
  9. - edlptheme/global-css
  10. - edlptheme/global-js
  11. # stylesheets-remove:
  12. # - core/assets/vendor/normalize-css/normalize.css
  13. # - core/modules/system/css/system.module.css
  14. # - core/modules/system/css/system.theme.css
  15. # - core/modules/views/css/views.module.css
  16. regions:
  17. header: Header
  18. content: Content
  19. footer_left: 'Footer Left'
  20. footer_center: 'Footer Center'
  21. footer_right: 'Footer Right'