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

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