012ea6f7967b37f6a9123cd769aa5da6a960188b
[yaffs-website] / BootstrapLayouts / Updates / bootstrap_layouts.update.8401.yml
1 # Bootstrap Layouts Update Map.
2 # This map is used to convert previous 8.x-3.x layouts to 8.x-4.x layouts.
3 # @see \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\Updates\BootstrapLayoutsUpdate8401::processExistingLayout()
4 bootstrap_layouts_update_map:
5   # One column.
6   bootstrap_12:
7     id: bs_1col
8     regions:
9       main: main
10     classes:
11       main:
12         - col-sm-12
13
14   # Two columns.
15   bootstrap_1_11:
16     id: bs_2col
17     regions:
18       sidebar_left: left
19       sidebar_right: right
20     classes:
21       left:
22         - col-sm-1
23       right:
24         - col-sm-11
25
26   bootstrap_2_10:
27     id: bs_2col
28     regions:
29       sidebar_left: left
30       sidebar_right: right
31     classes:
32       left:
33         - col-sm-2
34       right:
35         - col-sm-10
36
37   bootstrap_3_9:
38     id: bs_2col
39     regions:
40       sidebar_left: left
41       sidebar_right: right
42     classes:
43       left:
44         - col-sm-3
45       right:
46         - col-sm-9
47
48   bootstrap_4_8:
49     id: bs_2col
50     regions:
51       sidebar_left: left
52       sidebar_right: right
53     classes:
54       left:
55         - col-sm-4
56       right:
57         - col-sm-8
58
59   bootstrap_5_7:
60     id: bs_2col
61     regions:
62       sidebar_left: left
63       sidebar_right: right
64     classes:
65       left:
66         - col-sm-5
67       right:
68         - col-sm-7
69
70   bootstrap_6_6:
71     id: bs_2col
72     regions:
73       sidebar_left: left
74       sidebar_right: right
75     classes:
76       left:
77         - col-sm-6
78       right:
79         - col-sm-6
80
81   bootstrap_7_5:
82     id: bs_2col
83     regions:
84       sidebar_left: left
85       sidebar_right: right
86     classes:
87       left:
88         - col-sm-7
89       right:
90         - col-sm-5
91
92   bootstrap_8_4:
93     id: bs_2col
94     regions:
95       sidebar_left: left
96       sidebar_right: right
97     classes:
98       left:
99         - col-sm-8
100       right:
101         - col-sm-4
102
103   bootstrap_9_3:
104     id: bs_2col
105     regions:
106       sidebar_left: left
107       sidebar_right: right
108     classes:
109       left:
110         - col-sm-9
111       right:
112         - col-sm-3
113
114   bootstrap_10_2:
115     id: bs_2col
116     regions:
117       sidebar_left: left
118       sidebar_right: right
119     classes:
120       left:
121         - col-sm-10
122       right:
123         - col-sm-2
124
125   bootstrap_11_1:
126     id: bs_2col
127     regions:
128       sidebar_left: left
129       sidebar_right: right
130     classes:
131       left:
132         - col-sm-11
133       right:
134         - col-sm-1
135
136   # Two columns (stacked).
137   bootstrap_6_6_stacked:
138     id: bs_2col_stacked
139     regions:
140       top: top
141       sidebar_left: left
142       sidebar_right: right
143       bottom: bottom
144     classes:
145       top:
146         - col-sm-12
147       left:
148         - col-sm-6
149       right:
150         - col-sm-6
151       bottom:
152         - col-sm-12
153
154   # Two columns (bricked).
155   bootstrap_6_6_bricks:
156     id: bs_2col_bricked
157     regions:
158       top: top
159       upper_left: top_left
160       upper_right: top_right
161       middle: middle
162       lower_left: bottom_left
163       lower_right: bottom_right
164       bottom: bottom
165     classes:
166       top:
167         - col-sm-12
168       top_left:
169         - col-sm-6
170       top_right:
171         - col-sm-6
172       middle:
173         - col-sm-12
174       bottom_left:
175         - col-sm-6
176       bottom_right:
177         - col-sm-6
178       bottom:
179         - col-sm-12
180
181   # Three columns.
182   bootstrap_2_8_2:
183     id: bs_3col
184     regions:
185       sidebar_left: left
186       main: middle
187       sidebar_right: right
188     classes:
189       left:
190         - col-sm-2
191       middle:
192         - col-sm-8
193       right:
194         - col-sm-2
195
196   bootstrap_2_2_8:
197     id: bs_3col
198     regions:
199       sidebar_left: left
200       main: middle
201       sidebar_right: right
202     classes:
203       left:
204         - col-sm-2
205       middle:
206         - col-sm-2
207       right:
208         - col-sm-8
209
210   bootstrap_8_2_2:
211     id: bs_3col
212     regions:
213       sidebar_left: left
214       main: middle
215       sidebar_right: right
216     classes:
217       left:
218         - col-sm-8
219       middle:
220         - col-sm-2
221       right:
222         - col-sm-2
223
224   bootstrap_3_6_3:
225     id: bs_3col
226     regions:
227       sidebar_left: left
228       main: middle
229       sidebar_right: right
230     classes:
231       left:
232         - col-sm-3
233       middle:
234         - col-sm-6
235       right:
236         - col-sm-3
237
238   bootstrap_4_4_4:
239     id: bs_3col
240     regions:
241       sidebar_left: left
242       main: middle
243       sidebar_right: right
244     classes:
245       left:
246         - col-sm-4
247       middle:
248         - col-sm-4
249       right:
250         - col-sm-4
251
252   bootstrap_5_5_2:
253     id: bs_3col
254     regions:
255       sidebar_left: left
256       main: middle
257       sidebar_right: right
258     classes:
259       left:
260         - col-sm-5
261       middle:
262         - col-sm-5
263       right:
264         - col-sm-2
265
266   # Three columns (stacked).
267   bootstrap_4_4_4_stacked:
268     id: bs_3col_stacked
269     regions:
270       top: top
271       sidebar_left: left
272       main: middle
273       sidebar_right: right
274       bottom: bottom
275     classes:
276       top:
277         - col-sm-12
278       left:
279         - col-sm-4
280       middle:
281         - col-sm-4
282       right:
283         - col-sm-4
284       bottom:
285         - col-sm-12
286
287   # Four columns.
288   bootstrap_3_3_3_3:
289     id: bs_4col
290     regions:
291       far_left: first
292       mid_left: second
293       mid_right: third
294       far_right: fourth
295     classes:
296       first:
297         - col-sm-3
298       second:
299         - col-sm-3
300       third:
301         - col-sm-3
302       fourth:
303         - col-sm-3
304
305   # Four columns (bricked).
306   bootstrap_3_3_3_3_bricks:
307     id: bs_4col_bricked
308     regions:
309       top: top
310       upper_far_left: top_first
311       upper_mid_left: top_second
312       upper_mid_right: top_third
313       upper_far_right: top_fourth
314       middle: middle
315       lower_far_left: bottom_first
316       lower_mid_left: bottom_second
317       lower_mid_right: bottom_third
318       lower_far_right: bottom_fourth
319       bottom: bottom
320     classes:
321       top:
322         - col-sm-12
323       top_first:
324         - col-sm-3
325       top_second:
326         - col-sm-3
327       top_third:
328         - col-sm-3
329       top_fourth:
330         - col-sm-3
331       middle:
332         - col-sm-12
333       bottom_first:
334         - col-sm-3
335       bottom_second:
336         - col-sm-3
337       bottom_third:
338         - col-sm-3
339       bottom_fourth:
340         - col-sm-3
341       bottom:
342         - col-sm-12