-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui_suite_bootstrap.layouts.yml
63 lines (60 loc) · 1.32 KB
/
ui_suite_bootstrap.layouts.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
bootstrap_grid_row_1:
label: "Grid row (1 col) [Bootstrap]"
path: templates
template: layout--grid
class: '\Drupal\layout_options\Plugin\Layout\LayoutOptions'
category: "Columns: 1"
default_region: main
icon_map:
- [main]
regions:
main:
label: Main
bootstrap_grid_row_2:
label: "Grid row (2 cols) [Bootstrap]"
path: templates
template: layout--grid
class: '\Drupal\layout_options\Plugin\Layout\LayoutOptions'
category: "Columns: 2"
default_region: main
icon_map:
- [main, second]
regions:
main:
label: Main
second:
label: Second
bootstrap_grid_row_3:
label: "Grid row (3 cols) [Bootstrap]"
path: templates
template: layout--grid
class: '\Drupal\layout_options\Plugin\Layout\LayoutOptions'
category: "Columns: 3"
default_region: main
icon_map:
- [main, second, third]
regions:
main:
label: Main
second:
label: Second
third:
label: Third
bootstrap_grid_row_4:
label: "Grid row (4 cols) [Bootstrap]"
path: templates
template: layout--grid
class: '\Drupal\layout_options\Plugin\Layout\LayoutOptions'
category: "Columns: 4"
default_region: main
icon_map:
- [main, second, third, fourth]
regions:
main:
label: Main
second:
label: Second
third:
label: Third
fourth:
label: Fourth