theme_test.libraries.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ theme_test/ theme_test.libraries.yml
View source
- theme_stylesheets_override_and_remove_test:
- version: VERSION
- css:
- base:
- css/base-remove.css: {}
- css/sub-override.css: {}
- css/sub-remove.css: {}
-
- moved_to:
- version: VERSION
- css:
- base:
- css/base-remove.css: {}
- js:
- js/foo.js: {}
- moved_files:
- theme_test/moved_from:
- deprecation_version: drupal:X.0.0
- removed_version: drupal:Y.0.0
- deprecation_link: https://example.com
- css:
- base:
- css/foo.css:
- base: 'css/base-remove.css'
- js:
- js/bar.js: 'js/foo.js'
-
- moved_from:
- version: VERSION
- css:
- base:
- css/sub-remove.css: {}
-
- deprecated_library:
- version: VERSION
- css:
- base:
- css/foo.css: {}
- deprecated: 'The "%library_id%" asset library is deprecated in drupal:X.0.0 and is removed from drupal:Y.0.0. Use another library instead. See https://www.example.com'
-
- another_deprecated_library:
- version: VERSION
- css:
- base:
- css/bar.css: {}
- deprecated: 'The "%library_id%" asset library is deprecated in drupal:X.0.0 and is removed from drupal:Y.0.0. Use another library instead. See https://www.example.com'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.