test_legacy_theme.info.yml

Same filename in other branches
  1. 8.9.x core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.info.yml
core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.info.yml

File

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

View source
  1. name: 'Test legacy theme'
  2. type: theme
  3. description: 'Test theme to test deprecated functionality.'
  4. version: VERSION
  5. package: Testing
  6. base theme: test_theme
  7. libraries-override:
  8. theme_test/deprecated_library:
  9. css:
  10. base:
  11. css/foo.css: css/bar.css
  12. libraries-extend:
  13. theme_test/another_deprecated_library:
  14. - test_legacy_theme/library

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