-
Notifications
You must be signed in to change notification settings - Fork 0
/
varbase_layout_builder.libraries.yml
171 lines (165 loc) · 6.46 KB
/
varbase_layout_builder.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
159
160
161
162
163
164
165
166
167
168
169
170
171
# Varbase Layout Builder base enhancements.
enhancements:
js:
js/vlb-off-canvas.admin.js: {}
css:
theme:
css/theme/vlb-enhancements.base.css: {}
dependencies:
- core/drupal
- core/jquery
- core/once
- core/drupal.dialog
- gin/gin_dialog
- bootstrap_styles/theme.dark
# Varbase Layout Builder theme of configure section.
configure-section.admin:
js:
js/vlb-off-canvas.admin.js: {}
js/vlb-configure-section.admin.js: {}
dependencies:
- core/drupal
- core/jquery
- core/once
- core/drupal.dialog
- gin/gin_dialog
- varbase_layout_builder/plugin.horizontal_alignment.layout_builder_form
- varbase_layout_builder/plugin.vertical_alignment.layout_builder_form
- bootstrap_styles/theme.dark
# Horizontal alignment.
plugin.horizontal_alignment.layout_builder_form:
css:
theme:
css/plugins/horizontal-alignment.css: {}
# Vertical alignment.
plugin.vertical_alignment.layout_builder_form:
css:
theme:
css/plugins/vertical-alignment.css: {}
# local library for
# AOS - Animate on scroll library.
# From https://michalsnik.github.io/aos
# Which located at /libraries/aos
aso.local:
js:
/libraries/aos/dist/aos.js: { weight: -3, minified: true }
js/plugins/scroll_effects/build.js: {}
css:
theme:
/libraries/aos/dist/aos.css: { minified: true }
# Layout builder modal claro theme.
claro:
css:
base:
themes/claro/css/base/elements.css: {}
themes/claro/css/base/typography.css: {}
themes/claro/css/base/variables.css: {}
component:
themes/claro/css/components/accordion.css: {}
themes/claro/css/components/action-link.css: {}
themes/claro/css/components/ajax-progress.module.css: {}
themes/claro/css/components/autocomplete-loading.module.css: {}
themes/claro/css/components/container-inline.css: {}
themes/claro/css/components/container-inline.module.css: {}
themes/claro/css/components/content-header.css: {}
themes/claro/css/components/buttons.css: {}
themes/claro/css/components/card.css: {}
themes/claro/css/components/details.css: {}
themes/claro/css/components/divider.css: {}
themes/claro/css/components/dropbutton.css: {}
themes/claro/css/components/dialog.css: {}
themes/claro/css/components/page-title.css: {}
themes/claro/css/components/entity-meta.css: {}
themes/claro/css/components/fieldset.css: {}
themes/claro/css/components/file.css: {}
themes/claro/css/components/form.css: {}
themes/claro/css/components/form--checkbox-radio.css: {}
themes/claro/css/components/form--field-multiple.css: {}
themes/claro/css/components/form--managed-file.css: {}
themes/claro/css/components/form--password-confirm.css: {}
themes/claro/css/components/form--text.css: {}
themes/claro/css/components/form--select.css: {}
themes/claro/css/components/help.css: {}
themes/claro/css/components/icon-link.css: {}
themes/claro/css/components/image-preview.css: {}
themes/claro/css/components/media-library.ui.css: {}
themes/claro/css/components/media.css: {}
themes/claro/css/components/menus-and-lists.css: {}
themes/claro/css/components/pager.css: {}
themes/claro/css/components/progress.css: {}
themes/claro/css/components/skip-link.css: {}
themes/claro/css/components/system-admin--admin-list.css: {}
themes/claro/css/components/system-admin--links.css: {}
themes/claro/css/components/system-admin--modules.css: {}
themes/claro/css/components/system-admin--panel.css: {}
themes/claro/css/components/tabledrag.css: {}
themes/claro/css/components/tables.css: {}
themes/claro/css/components/tableselect.css: {}
themes/claro/css/components/table--file-multiple-widget.css: {}
themes/claro/css/components/tablesort-indicator.css: {}
themes/claro/css/components/tabs.css: {}
themes/claro/css/components/vertical-tabs.css: {}
themes/claro/css/components/views_ui.admin.css: {}
themes/claro/css/components/views-exposed-form.css: {}
themes/claro/css/components/views-ui.css: {}
layout:
themes/claro/css/layout/card-list.css: {}
themes/claro/css/layout/layout.css: {}
themes/claro/css/layout/local-actions.css: {}
themes/claro/css/layout/system-admin--layout.css: {}
theme:
themes/claro/css/theme/js.css: {}
themes/claro/css/theme/colors.css: {}
themes/claro/css/theme/media-library.css: {}
themes/claro/css/theme/field-ui.admin.css: {}
themes/claro/css/theme/filter.theme.css: {}
themes/claro/css/theme/bootstrap-styles.dark.css: {}
dependencies:
- system/admin
- core/jquery
- core/drupal
- core/modernizr
# Layout builder modal Gin theme.
gin:
css:
base:
themes/gin/css/base/gin.css: {}
component:
themes/gin/css/components/ajax.css: {}
themes/gin/css/components/autocomplete.css: {}
themes/gin/css/components/autosave.css: {}
themes/gin/css/components/chosen.css: {}
themes/gin/css/components/contextual_links.css: {}
themes/gin/css/components/description_toggle.css: {}
themes/gin/css/components/dialog.css: {}
themes/gin/css/components/dropzonejs.css: {}
themes/gin/css/components/edit_form.css: {}
themes/gin/css/components/entity_browser.css: {}
themes/gin/css/components/entity_reference_layout.css: {}
themes/gin/css/components/inline_entity_form.css: {}
themes/gin/css/components/layout_paragraphs.css: {}
themes/gin/css/components/linkit.css: {}
themes/gin/css/components/media_library.css: {}
themes/gin/css/components/paragraphs.css: {}
themes/gin/css/components/responsive_preview.css: {}
themes/gin/css/components/revisions.css: {}
themes/gin/css/components/sidebar.css: {}
themes/gin/css/components/tabs.css: {}
themes/gin/css/components/tabs-group.css: {}
themes/gin/css/components/toolbar_secondary.css: {}
themes/gin/css/components/toolbar.css: {}
themes/gin/css/components/webform.css: {}
themes/gin/css/components/workbench.css: {}
layout:
themes/gin/css/layout/classic_toolbar.css: {}
themes/gin/css/layout/horizontal_toolbar.css: {}
themes/gin/css/layout/toolbar.css: {}
theme:
themes/gin/css/theme/ckeditor.css: {}
themes/gin/css/theme/dialog.css: {}
dependencies:
- system/admin
- core/jquery
- core/drupal
- core/modernizr
- varbase_layout_builder/claro