test_theme_with_deprecated_libraries.info.yml

Same filename and directory in other branches
  1. 10 core/modules/system/tests/themes/test_theme_with_deprecated_libraries/test_theme_with_deprecated_libraries.info.yml
core/modules/system/tests/themes/test_theme_with_deprecated_libraries/test_theme_with_deprecated_libraries.info.yml

File

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

View source
  1. name: 'Test theme with deprecated libraries'
  2. type: theme
  3. description: 'Test theme to test themes with deprecated libraries.'
  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. theme_test/moved_from:
  13. css:
  14. base:
  15. css/foo.css: css/bar.css
  16. js:
  17. js/bar.js: false
  18. libraries-extend:
  19. theme_test/another_deprecated_library:
  20. - test_theme_with_deprecated_libraries/library

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