settings_tray.libraries.yml

Same filename in other branches
  1. 9 core/modules/settings_tray/settings_tray.libraries.yml
  2. 8.9.x 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. # jQuery UI's dialog.css, remove in https://www.drupal.org/node/1945262.
  13. css/settings_tray.theme.css: { group: 200 }
  14. dependencies:
  15. - core/jquery
  16. - core/drupal
  17. - core/once
  18. - core/drupal.ajax

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