settings_tray.libraries.yml 562 B

12345678910111213141516171819
  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/jquery.once
  19. - core/drupal.ajax