Upgraded drupal core with security updates
[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   regions:
9     content:
10       label: Content
11
12 layout_twocol:
13   label: 'Two column'
14   path: layouts/twocol
15   template: layout--twocol
16   library: layout_discovery/twocol
17   category: 'Columns: 2'
18   default_region: first
19   regions:
20     top:
21       label: Top
22     first:
23       label: First
24     second:
25       label: Second
26     bottom:
27       label: Bottom
28
29 layout_twocol_bricks:
30   label: 'Two column bricks'
31   path: layouts/twocol_bricks
32   template: layout--twocol-bricks
33   library: layout_discovery/twocol_bricks
34   category: 'Columns: 2'
35   default_region: middle
36   regions:
37     top:
38       label: Top
39     first_above:
40       label: 'First above'
41     second_above:
42       label: 'Second above'
43     middle:
44       label: Middle
45     first_below:
46       label: 'First below'
47     second_below:
48       label: 'Second below'
49     bottom:
50       label: Bottom
51
52 layout_threecol_25_50_25:
53   label: 'Three column 25/50/25'
54   path: layouts/threecol_25_50_25
55   template: layout--threecol-25-50-25
56   library: layout_discovery/threecol_25_50_25
57   category: 'Columns: 3'
58   default_region: second
59   regions:
60     top:
61       label: Top
62     first:
63       label: First
64     second:
65       label: Second
66     third:
67       label: Third
68     bottom:
69       label: Bottom
70
71 layout_threecol_33_34_33:
72   label: 'Three column 33/34/33'
73   path: layouts/threecol_33_34_33
74   template: layout--threecol-33-34-33
75   library: layout_discovery/threecol_33_34_33
76   category: 'Columns: 3'
77   default_region: first
78   regions:
79     top:
80       label: Top
81     first:
82       label: First
83     second:
84       label: Second
85     third:
86       label: Third
87     bottom:
88       label: Bottom