settings_tray.libraries.yml

Same filename in other branches
  1. 8.9.x core/modules/settings_tray/settings_tray.libraries.yml
  2. 10 core/modules/settings_tray/settings_tray.libraries.yml
  3. 11.x core/modules/settings_tray/settings_tray.libraries.yml
core/modules/settings_tray/settings_tray.libraries.yml

File

core/modules/settings_tray/settings_tray.libraries.yml

View source
  1. drupal.settings_tray:
  2. version: VERSION
  3. js:
  4. js/settings_tray.js: {}
  5. css:
  6. component:
  7. css/settings_tray.module.css: {}
  8. css/settings_tray.motion.css: {}
  9. css/settings_tray.toolbar.css: {}
  10. theme:
  11. # @todo Set the group higher than CSS_AGGREGATE_THEME so that it overrides
  12. # both jQuery UI and Classy's dialog.css, remove in
  13. # https://www.drupal.org/node/1945262.
  14. css/settings_tray.theme.css: { group: 200 }
  15. dependencies:
  16. - core/jquery
  17. - core/drupal
  18. - core/once
  19. - core/jquery.once.bc
  20. - core/drupal.ajax

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