You are here

test_basetheme.info.yml in Drupal 9

core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml

File

core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
View source
  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. base theme: false
  6. hidden: true
  7. libraries:
  8. - test_basetheme/global-styling
  9. libraries-override:
  10. core/drupal.dialog:
  11. js:
  12. misc/dialog/dialog.js: false
  13. core/jquery.farbtastic:
  14. css:
  15. component:
  16. assets/vendor/farbtastic/farbtastic.css: css/farbtastic.css
  17. theme_test/theme_stylesheets_override_and_remove_test:
  18. css:
  19. base:
  20. css/base-remove.css: false
  21. libraries-extend:
  22. classy/base:
  23. - test_basetheme/global-styling