-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbootstrap.libraries.yml
158 lines (135 loc) · 2.7 KB
/
bootstrap.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
attributes:
js:
js/attributes.js: {}
dependencies:
- core/jquery
- core/underscore
# This is automatically extended with JavaScript and CSS for CDN based themes.
# If sub-theme uses a starterkit like LESS or SASS, then it should extend this
# library to add in the compiled CSS and JavaScript sources.
framework:
css: {}
js: {}
dependencies:
- core/jquery
drupal.bootstrap:
js:
js/drupal.bootstrap.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- bootstrap/framework
# Create a library placeholder for livereload.
# This is altered dynamically based on the set URL.
# @see \Drupal\bootstrap\Plugin\Alter\LibraryInfo::alter
livereload:
js:
livereload.js: {}
theme:
js:
js/theme.js: {}
dependencies:
- bootstrap/drupal.bootstrap
- bootstrap/attributes
theme-settings:
js:
js/theme-settings.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- core/drupalSettings
dropdown:
js:
js/dropdown.js: {}
dependencies:
- bootstrap/theme
modal:
js:
js/modal.js: {}
dependencies:
- bootstrap/theme
modal.jquery.ui.bridge:
js:
js/modal.jquery.ui.bridge.js: {}
dependencies:
- bootstrap/modal
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.draggable
- core/jquery.ui.mouse
- core/jquery.ui.position
- core/jquery.ui.resizable
popover:
js:
js/popover.js: {}
dependencies:
- bootstrap/theme
tooltip:
js:
js/tooltip.js: {}
dependencies:
- bootstrap/theme
# libraries-extend
drupal.ajax:
js:
js/misc/ajax.js: {}
drupal.autocomplete:
js:
js/misc/autocomplete.js: {}
drupal.dialog.ajax:
js:
js/misc/dialog.ajax.js: {}
drupal.form:
js:
js/misc/form.js: {}
dependencies:
- bootstrap/theme
drupal.progress:
js:
js/misc/progress.js: {}
drupal.states:
js:
js/misc/states.js: {}
drupal.tabledrag:
js:
js/misc/tabledrag.js: {}
image_widget_crop:
js:
js/modules/image_widget_crop/ImageWidgetCrop.js: {}
views.ajax:
js:
js/modules/views/ajax_view.js: {}
# libraries-override
drupal.batch:
js:
js/misc/batch.js: { cache: false }
dependencies:
- bootstrap/theme
- core/drupal.ajax
- core/drupal.progress
- core/jquery.once
drupal.filter:
version: VERSION
js:
js/modules/filter/filter.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
drupal.text:
js:
js/text/text.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
drupal.vertical-tabs:
js:
js/misc/vertical-tabs.js: {}
dependencies:
- bootstrap/theme
- core/jquery.once
- core/drupal.form
- core/matchmedia