test_basetheme.info.yml

Same filename in other branches
  1. 8.9.x core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
  2. 10 core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
  3. 11.x core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
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/loadjs:
  14. js:
  15. assets/vendor/loadjs/loadjs.min.js: js/loadjs.min.js
  16. theme_test/theme_stylesheets_override_and_remove_test:
  17. css:
  18. base:
  19. css/base-remove.css: false
  20. libraries-extend:
  21. starterkit_theme/base:
  22. - test_basetheme/global-styling

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