forked from drupal-media/entity_browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
entity_browser.libraries.yml
70 lines (62 loc) · 1.24 KB
/
entity_browser.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
common:
version: VERSION
js:
js/entity_browser.common.js: {}
dependencies:
- core/underscore
iframe:
version: VERSION
js:
js/entity_browser.iframe.js: {}
dependencies:
- core/drupalSettings
- entity_browser/common
iframe_selection:
version: VERSION
js:
js/entity_browser.iframe_selection.js: {}
dependencies:
- core/drupalSettings
entity_reference:
version: VERSION
css:
component:
css/entity_browser.entity_reference.css: {}
js:
js/entity_browser.entity_reference.js: {}
dependencies:
- entity_browser/common
- core/jquery.ui.sortable
modal:
version: VERSION
js:
js/entity_browser.modal.js: {}
dependencies:
- core/drupalSettings
- core/underscore
modal_selection:
version: VERSION
js:
js/entity_browser.modal_selection.js: {}
dependencies:
- core/drupalSettings
tabs:
version: VERSION
css:
component:
css/entity_browser.tabs.css: {}
js:
js/entity_browser.tabs.js: {}
dependencies:
- core/drupalSettings
view:
version: VERSION
js:
js/entity_browser.view.js: {}
dependencies:
multi_step_display:
version: VERSION
js:
js/entity_browser.multi_step_display.js: {}
dependencies:
- core/jquery.ui.sortable