system.libraries.yml
Same filename and directory in other branches
File
-
core/
modules/ system/ system.libraries.yml
View source
- base:
- version: VERSION
- css:
- # Adjust the weights to load these early.
- component:
- css/components/align.module.css: { weight: -10 }
- css/components/container-inline.module.css: { weight: -10 }
- css/components/clearfix.module.css: { weight: -10 }
- css/components/hidden.module.css: { weight: -10 }
- css/components/js.module.css: { weight: -10 }
-
- admin:
- version: VERSION
- css:
- theme:
- css/system.admin.css: { weight: -10 }
- dependencies:
- - system/base
-
- maintenance:
- version: VERSION
- css:
- theme:
- css/system.maintenance.css: { weight: -10 }
- dependencies:
- - system/base
- - system/admin
-
- status.report:
- version: VERSION
- css:
- component:
- css/components/system-status-counter.css: { weight: -10 }
- css/components/system-status-report-counters.css: { weight: -10 }
- css/components/system-status-report-general-info.css: { weight: -10 }
- moved_files:
- system/base:
- deprecation_version: 11.2.0
- removed_version: 12.0.0
- deprecation_link: https://www.drupal.org/node/3432346
- css:
- component:
- css/components/system-status-counter.css:
- base: css/components/system-status-counter.css
- css/components/system-status-reports-counters.css:
- base: css/components/system-status-reports-counters.css
- css/components/system-status-report-general-info.css:
- base: css/components/system-status-report-general-info.css
-
- drupal.system:
- version: VERSION
- js:
- js/system.js: {}
- dependencies:
- - core/jquery
- - core/drupal
- - core/drupalSettings
- - core/once
-
- drupal.system.modules:
- version: VERSION
- js:
- js/system.modules.js: {}
- dependencies:
- - core/jquery
- - core/drupal
- - core/drupal.debounce
- - core/once
- - core/drupal.announce
-
- diff:
- version: VERSION
- css:
- component:
- css/system.diff.css: {}
-
- drupal.system.date:
- version: VERSION
- js:
- js/system.date.js: {}
- dependencies:
- - core/jquery
- - core/drupal
- - core/drupalSettings
- - core/once
- - core/drupal.form
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.