test_subtheme.info.yml

Same filename in other branches
  1. 9 core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
  2. 10 core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
  3. 11.x core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml

File

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

View source
  1. name: 'Theme test subtheme'
  2. type: theme
  3. description: 'Test theme which uses test_basetheme as the base theme.'
  4. version: VERSION
  5. core: 8.x
  6. base theme: test_basetheme
  7. libraries:
  8. - test_subtheme/global-styling
  9. libraries-override:
  10. theme_test/theme_stylesheets_override_and_remove_test:
  11. css:
  12. base:
  13. css/sub-remove.css: false
  14. test_basetheme/global-styling:
  15. css:
  16. base:
  17. base-add.sub-remove.css: false
  18. libraries-extend:
  19. classy/base:
  20. - test_subtheme/global-styling

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.