Further modules included.
[yaffs-website] / web / modules / contrib / entity_browser / entity_browser.libraries.yml
1 common:
2   version: VERSION
3   js:
4     js/entity_browser.common.js: {}
5   dependencies:
6     - core/underscore
7     - core/drupal.dialog.ajax
8
9 pager:
10   version: VERSION
11   css:
12     theme:
13       css/entity_browser.pager.css: {}
14
15 entity_browser:
16   version: VERSION
17   css:
18     theme:
19       css/entity_browser.entity_browser.css: {}
20
21 entity_list:
22   version: VERSION
23   css:
24     component:
25       css/entity_browser.entity_list.css: {}
26
27 iframe:
28   version: VERSION
29   css:
30     theme:
31       css/entity_browser.iframe.css: {}
32   js:
33     js/entity_browser.iframe.js: {}
34   dependencies:
35     - core/drupalSettings
36     - core/jquery.once
37     - entity_browser/common
38
39 iframe_selection:
40   version: VERSION
41   js:
42     js/entity_browser.iframe_selection.js: {}
43   dependencies:
44     - core/drupalSettings
45     - core/jquery
46
47 entity_reference:
48   version: VERSION
49   js:
50     js/entity_browser.entity_reference.js: {}
51   dependencies:
52     - entity_browser/common
53     - entity_browser/entity_list
54     - core/jquery.ui.sortable
55
56 file_browser:
57   version: VERSION
58   css:
59     component:
60       css/entity_browser.file_browser.css: {}
61
62 modal:
63   version: VERSION
64   js:
65     js/entity_browser.modal.js: {}
66   dependencies:
67     - core/drupalSettings
68     - core/underscore
69
70 modal_selection:
71   version: VERSION
72   css:
73     component:
74       css/entity_browser.modal_selection.css: {}
75   js:
76     js/entity_browser.modal_selection.js: {}
77   dependencies:
78     - core/drupalSettings
79
80 tabs:
81   version: VERSION
82   css:
83     component:
84       css/entity_browser.tabs.css: {}
85   js:
86     js/entity_browser.tabs.js: {}
87   dependencies:
88     - core/drupalSettings
89     - core/jquery.once
90
91 view:
92   version: VERSION
93   js:
94     js/entity_browser.view.js: {}
95   dependencies:
96     - core/jquery.once
97
98 multi_step_display:
99   version: VERSION
100   js:
101     js/entity_browser.command_queue.js: {}
102     js/entity_browser.multi_step_display.js: {}
103   dependencies:
104     - entity_browser/entity_list
105     - core/jquery.ui.sortable