test_basetheme.info.yml 613 B

1234567891011121314151617181920212223242526
  1. name: 'Theme test base theme'
  2. type: theme
  3. description: 'Test theme which acts as a base theme for other test subthemes.'
  4. version: VERSION
  5. core: 8.x
  6. base theme: false
  7. hidden: true
  8. libraries:
  9. - test_basetheme/global-styling
  10. libraries-override:
  11. core/drupal.dialog:
  12. js:
  13. misc/dialog/dialog.js: false
  14. core/jquery.farbtastic:
  15. css:
  16. component:
  17. assets/vendor/farbtastic/farbtastic.css: css/farbtastic.css
  18. theme_test/theme_stylesheets_override_and_remove_test:
  19. css:
  20. base:
  21. css/base-remove.css: false
  22. libraries-extend:
  23. classy/base:
  24. - test_basetheme/global-styling