blob: e0443d0f5e36bd406fe8cf87225030040120f62b (
plain) (
blame)
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
|
drupal.layout_builder:
version: VERSION
css:
theme:
css/layout-builder.css: {}
css/off-canvas.css: {}
js:
js/layout-builder.js: {}
dependencies:
- core/sortable
- core/drupal.dialog.off_canvas
- core/drupal.announce
- core/drupal.debounce
# CSS libraries for Layout plugins.
twocol_section:
version: VERSION
css:
theme:
layouts/twocol_section/twocol_section.css: {}
threecol_section:
version: VERSION
css:
theme:
layouts/threecol_section/threecol_section.css: {}
fourcol_section:
version: VERSION
css:
theme:
layouts/fourcol_section/fourcol_section.css: {}
|