Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / layout_discovery / layout_discovery.layouts.yml
1 layout_onecol:
2   label: 'One column'
3   path: layouts/onecol
4   template: layout--onecol
5   library: layout_discovery/onecol
6   category: 'Columns: 1'
7   default_region: content
8   icon_map:
9     - [content]
10   regions:
11     content:
12       label: Content
13
14 layout_twocol:
15   label: 'Two column'
16   path: layouts/twocol
17   template: layout--twocol
18   library: layout_discovery/twocol
19   category: 'Columns: 2'
20   default_region: first
21   icon_map:
22     - [top]
23     - [first, second]
24     - [bottom]
25   regions:
26     top:
27       label: Top
28     first:
29       label: First
30     second:
31       label: Second
32     bottom:
33       label: Bottom
34
35 layout_twocol_bricks:
36   label: 'Two column bricks'
37   path: layouts/twocol_bricks
38   template: layout--twocol-bricks
39   library: layout_discovery/twocol_bricks
40   category: 'Columns: 2'
41   default_region: middle
42   icon_map:
43     - [top]
44     - [first_above, second_above]
45     - [middle]
46     - [first_below, second_below]
47     - [bottom]
48   regions:
49     top:
50       label: Top
51     first_above:
52       label: 'First above'
53     second_above:
54       label: 'Second above'
55     middle:
56       label: Middle
57     first_below:
58       label: 'First below'
59     second_below:
60       label: 'Second below'
61     bottom:
62       label: Bottom
63
64 layout_threecol_25_50_25:
65   label: 'Three column 25/50/25'
66   path: layouts/threecol_25_50_25
67   template: layout--threecol-25-50-25
68   library: layout_discovery/threecol_25_50_25
69   category: 'Columns: 3'
70   default_region: second
71   icon_map:
72     - [top]
73     - [first, second, second, third]
74     - [bottom]
75   regions:
76     top:
77       label: Top
78     first:
79       label: First
80     second:
81       label: Second
82     third:
83       label: Third
84     bottom:
85       label: Bottom
86
87 layout_threecol_33_34_33:
88   label: 'Three column 33/34/33'
89   path: layouts/threecol_33_34_33
90   template: layout--threecol-33-34-33
91   library: layout_discovery/threecol_33_34_33
92   category: 'Columns: 3'
93   default_region: first
94   icon_map:
95     - [top]
96     - [first, second, third]
97     - [bottom]
98   regions:
99     top:
100       label: Top
101     first:
102       label: First
103     second:
104       label: Second
105     third:
106       label: Third
107     bottom:
108       label: Bottom