de5c82c78d55cbfbddd34c81bc89edb911593813
[yaffs-website] / settings_tray.libraries.yml
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