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. moved_files:
  34. system/base:
  35. deprecation_version: 11.2.0
  36. removed_version: 12.0.0
  37. deprecation_link: https://www.drupal.org/node/3432346
  38. css:
  39. component:
  40. css/components/system-status-counter.css:
  41. base: css/components/system-status-counter.css
  42. css/components/system-status-reports-counters.css:
  43. base: css/components/system-status-reports-counters.css
  44. css/components/system-status-report-general-info.css:
  45. base: css/components/system-status-report-general-info.css
  46. drupal.system:
  47. version: VERSION
  48. js:
  49. js/system.js: {}
  50. dependencies:
  51. - core/jquery
  52. - core/drupal
  53. - core/drupalSettings
  54. - core/once
  55. drupal.system.modules:
  56. version: VERSION
  57. js:
  58. js/system.modules.js: {}
  59. dependencies:
  60. - core/jquery
  61. - core/drupal
  62. - core/drupal.debounce
  63. - core/once
  64. - core/drupal.announce
  65. diff:
  66. version: VERSION
  67. css:
  68. component:
  69. css/system.diff.css: {}
  70. drupal.system.date:
  71. version: VERSION
  72. js:
  73. js/system.date.js: {}
  74. dependencies:
  75. - core/jquery
  76. - core/drupal
  77. - core/drupalSettings
  78. - core/once
  79. - core/drupal.form

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