system.libraries.yml

Same filename and directory in other branches
  1. 11.x core/modules/system/system.libraries.yml
  2. 10 core/modules/system/system.libraries.yml
  3. 9 core/modules/system/system.libraries.yml
  4. 8.9.x core/modules/system/system.libraries.yml
core/modules/system/system.libraries.yml

File

core/modules/system/system.libraries.yml

View source
  1. base:
  2. aggregate_target:
  3. css: 'global'
  4. version: VERSION
  5. css:
  6. # Adjust the weights to load these early.
  7. component:
  8. css/components/align.module.css: { weight: -10 }
  9. css/components/container-inline.module.css: { weight: -10 }
  10. css/components/clearfix.module.css: { weight: -10 }
  11. css/components/hidden.module.css: { weight: -10 }
  12. css/components/js.module.css: { weight: -10 }
  13. admin:
  14. version: VERSION
  15. css:
  16. theme:
  17. css/system.admin.css: { weight: -10 }
  18. dependencies:
  19. - system/base
  20. maintenance:
  21. version: VERSION
  22. css:
  23. theme:
  24. css/system.maintenance.css: { weight: -10 }
  25. dependencies:
  26. - system/base
  27. - system/admin
  28. status.report:
  29. version: VERSION
  30. css:
  31. component:
  32. css/components/system-status-counter.css: { weight: -10 }
  33. css/components/system-status-report-counters.css: { weight: -10 }
  34. css/components/system-status-report-general-info.css: { weight: -10 }
  35. drupal.system:
  36. version: VERSION
  37. js:
  38. js/system.js: {}
  39. dependencies:
  40. - core/jquery
  41. - core/drupal
  42. - core/drupalSettings
  43. - core/once
  44. drupal.system.modules:
  45. version: VERSION
  46. js:
  47. js/system.modules.js: {}
  48. dependencies:
  49. - core/jquery
  50. - core/drupal
  51. - core/drupal.debounce
  52. - core/once
  53. - core/drupal.announce
  54. diff:
  55. version: VERSION
  56. css:
  57. component:
  58. css/system.diff.css: {}
  59. drupal.system.date:
  60. version: VERSION
  61. js:
  62. js/system.date.js: {}
  63. dependencies:
  64. - core/jquery
  65. - core/drupal
  66. - core/drupalSettings
  67. - core/once
  68. - core/drupal.form

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