test_subtheme.info.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
  2. 8.9.x core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
  3. 10 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. base theme: test_basetheme
  6. libraries:
  7. - test_subtheme/global-styling
  8. libraries-override:
  9. theme_test/theme_stylesheets_override_and_remove_test:
  10. css:
  11. base:
  12. css/sub-remove.css: false
  13. test_basetheme/global-styling:
  14. css:
  15. base:
  16. base-add.sub-remove.css: false
  17. libraries-extend:
  18. starterkit_theme/base:
  19. - test_subtheme/global-styling

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