system.libraries.yml

Same filename and directory in other branches
  1. 9 core/modules/system/system.libraries.yml
  2. 8.9.x core/modules/system/system.libraries.yml
  3. 10 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/fieldgroup.module.css: { weight: -10 }
  8. css/components/container-inline.module.css: { weight: -10 }
  9. css/components/clearfix.module.css: { weight: -10 }
  10. css/components/details.module.css: { weight: -10 }
  11. css/components/hidden.module.css: { weight: -10 }
  12. css/components/item-list.module.css: { weight: -10 }
  13. css/components/js.module.css: { weight: -10 }
  14. css/components/nowrap.module.css: { weight: -10 }
  15. css/components/position-container.module.css: { weight: -10 }
  16. css/components/reset-appearance.module.css: { weight: -10 }
  17. css/components/resize.module.css: { weight: -10 }
  18. css/components/system-status-counter.css: { weight: -10 }
  19. css/components/system-status-report-counters.css: { weight: -10 }
  20. css/components/system-status-report-general-info.css: { weight: -10 }
  21. css/components/tablesort.module.css: { weight: -10 }
  22. admin:
  23. version: VERSION
  24. css:
  25. theme:
  26. css/system.admin.css: { weight: -10 }
  27. dependencies:
  28. - system/base
  29. maintenance:
  30. version: VERSION
  31. css:
  32. theme:
  33. css/system.maintenance.css: { weight: -10 }
  34. dependencies:
  35. - system/base
  36. - system/admin
  37. drupal.system:
  38. version: VERSION
  39. js:
  40. js/system.js: {}
  41. dependencies:
  42. - core/jquery
  43. - core/drupal
  44. - core/drupalSettings
  45. - core/once
  46. drupal.system.modules:
  47. version: VERSION
  48. js:
  49. js/system.modules.js: {}
  50. dependencies:
  51. - core/jquery
  52. - core/drupal
  53. - core/drupal.debounce
  54. - core/once
  55. - core/drupal.announce
  56. diff:
  57. version: VERSION
  58. css:
  59. component:
  60. css/system.diff.css: {}
  61. drupal.system.date:
  62. version: VERSION
  63. js:
  64. js/system.date.js: {}
  65. dependencies:
  66. - core/jquery
  67. - core/drupal
  68. - core/drupalSettings
  69. - core/once
  70. - core/drupal.form

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