This repository has been archived by the owner on Jan 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathentity_browser.libraries.yml
105 lines (93 loc) · 1.89 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
common:
version: VERSION
js:
js/entity_browser.common.js: {}
dependencies:
- core/underscore
- core/drupal.dialog.ajax
pager:
version: VERSION
css:
theme:
css/entity_browser.pager.css: {}
entity_browser:
version: VERSION
css:
theme:
css/entity_browser.entity_browser.css: {}
entity_list:
version: VERSION
css:
component:
css/entity_browser.entity_list.css: {}
iframe:
version: VERSION
css:
theme:
css/entity_browser.iframe.css: {}
js:
js/entity_browser.iframe.js: {}
dependencies:
- core/drupalSettings
- core/jquery.once
- entity_browser/common
iframe_selection:
version: VERSION
js:
js/entity_browser.iframe_selection.js: {}
dependencies:
- core/drupalSettings
- core/jquery
entity_reference:
version: VERSION
js:
js/entity_browser.entity_reference.js: {}
dependencies:
- entity_browser/common
- entity_browser/entity_list
- core/jquery.ui.sortable
file_browser:
version: VERSION
css:
component:
css/entity_browser.file_browser.css: {}
modal:
version: VERSION
js:
js/entity_browser.modal.js: {}
dependencies:
- core/drupalSettings
- core/underscore
modal_selection:
version: VERSION
css:
component:
css/entity_browser.modal_selection.css: {}
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
- core/jquery.once
view:
version: VERSION
js:
js/entity_browser.view.js: {}
dependencies:
- core/jquery.once
multi_step_display:
version: VERSION
js:
js/entity_browser.command_queue.js: {}
js/entity_browser.multi_step_display.js: {}
dependencies:
- entity_browser/entity_list
- core/jquery.ui.sortable