Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / bootstrap_layouts / bootstrap_layouts.layouts.yml
1 # One column.
2 bs_1col:
3   label: '1 Column'
4   category: 'Bootstrap'
5   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
6   type: partial
7   icon: images/1col.png
8   template: templates/3.0.0/bs-1col
9   regions:
10     main:
11       label: 'Content'
12       classes:
13         - col-sm-12
14
15 # One column (stacked).
16 bs_1col_stacked:
17   label: '1 Column (Stacked)'
18   category: 'Bootstrap'
19   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
20   type: partial
21   icon: images/1col-stacked.png
22   template: templates/3.0.0/bs-1col-stacked
23   regions:
24     top:
25       label: 'Top'
26       classes:
27         - col-sm-12
28     main:
29       label: 'Content'
30       classes:
31         - col-sm-12
32     bottom:
33       label: 'Bottom'
34       classes:
35         - col-sm-12
36
37 # Two columns.
38 bs_2col:
39   label: '2 Columns'
40   category: 'Bootstrap'
41   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
42   type: partial
43   icon: images/2col.png
44   template: templates/3.0.0/bs-2col
45   regions:
46     left:
47       label: 'Left'
48       classes:
49         - col-sm-6
50     right:
51       label: 'Right'
52       classes:
53         - col-sm-6
54
55 # Two columns (bricked).
56 bs_2col_bricked:
57   label: '2 Columns (Bricked)'
58   category: 'Bootstrap'
59   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
60   type: partial
61   icon: images/2col-bricked.png
62   template: templates/3.0.0/bs-2col-bricked
63   regions:
64     top:
65       label: 'Top'
66       classes:
67         - col-sm-12
68     top_left:
69       label: 'Top Left'
70       classes:
71         - col-sm-6
72     top_right:
73       label: 'Top Right'
74       classes:
75         - col-sm-6
76     middle:
77       label: 'Middle'
78       classes:
79         - col-sm-12
80     bottom_left:
81       label: 'Bottom Left'
82       classes:
83         - col-sm-6
84     bottom_right:
85       label: 'Bottom Right'
86       classes:
87         - col-sm-6
88     bottom:
89       label: 'Bottom'
90       classes:
91         - col-sm-12
92
93 # Two columns (stacked).
94 bs_2col_stacked:
95   label: '2 Columns (Stacked)'
96   category: 'Bootstrap'
97   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
98   type: partial
99   icon: images/2col-stacked.png
100   template: templates/3.0.0/bs-2col-stacked
101   regions:
102     top:
103       label: 'Top'
104       classes:
105         - col-sm-12
106     left:
107       label: 'Left'
108       classes:
109         - col-sm-6
110     right:
111       label: 'Right'
112       classes:
113         - col-sm-6
114     bottom:
115       label: 'Bottom'
116       classes:
117         - col-sm-12
118
119 # Three columns.
120 bs_3col:
121   label: '3 Columns'
122   category: 'Bootstrap'
123   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
124   type: partial
125   icon: images/3col.png
126   template: templates/3.0.0/bs-3col
127   regions:
128     left:
129       label: 'Left'
130       classes:
131         - col-sm-4
132     middle:
133       label: 'Middle'
134       classes:
135         - col-sm-4
136     right:
137       label: 'Right'
138       classes:
139         - col-sm-4
140
141 # Three columns (bricked).
142 bs_3col_bricked:
143   label: '3 Columns (Bricked)'
144   category: 'Bootstrap'
145   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
146   type: partial
147   icon: images/3col-bricked.png
148   template: templates/3.0.0/bs-3col-bricked
149   regions:
150     top:
151       label: 'Top'
152       classes:
153         - col-sm-12
154     top_left:
155       label: 'Top Left'
156       classes:
157         - col-sm-4
158     top_middle:
159       label: 'Top Middle'
160       classes:
161         - col-sm-4
162     top_right:
163       label: 'Top Right'
164       classes:
165         - col-sm-4
166     middle:
167       label: 'Middle'
168       classes:
169         - col-sm-12
170     bottom_left:
171       label: 'Bottom Left'
172       classes:
173         - col-sm-4
174     bottom_middle:
175       label: 'Bottom Middle'
176       classes:
177         - col-sm-4
178     bottom_right:
179       label: 'Bottom Right'
180       classes:
181         - col-sm-4
182     bottom:
183       label: 'Bottom'
184       classes:
185         - col-sm-12
186
187 # Three columns (stacked).
188 bs_3col_stacked:
189   label: '3 Columns (Stacked)'
190   category: 'Bootstrap'
191   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
192   type: partial
193   icon: images/3col-stacked.png
194   template: templates/3.0.0/bs-3col-stacked
195   regions:
196     top:
197       label: 'Top'
198       classes:
199         - col-sm-12
200     left:
201       label: 'Left'
202       classes:
203         - col-sm-4
204     middle:
205       label: 'Middle'
206       classes:
207         - col-sm-4
208     right:
209       label: 'Right'
210       classes:
211         - col-sm-4
212     bottom:
213       label: 'Bottom'
214       classes:
215         - col-sm-12
216
217 # Four columns.
218 bs_4col:
219   label: '4 Columns'
220   category: 'Bootstrap'
221   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
222   type: partial
223   icon: images/4col.png
224   template: templates/3.0.0/bs-4col
225   regions:
226     first:
227       label: 'First'
228       classes:
229         - col-sm-3
230     second:
231       label: 'Second'
232       classes:
233         - col-sm-3
234     third:
235       label: 'Third'
236       classes:
237         - col-sm-3
238     fourth:
239       label: 'Fourth'
240       classes:
241         - col-sm-3
242
243 # Four columns (bricked).
244 bs_4col_bricked:
245   label: '4 Columns (Bricked)'
246   category: 'Bootstrap'
247   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
248   type: partial
249   icon: images/4col-bricked.png
250   template: templates/3.0.0/bs-4col-bricked
251   regions:
252     top:
253       label: 'Top'
254       classes:
255         - col-sm-12
256     top_first:
257       label: 'Top First'
258       classes:
259         - col-sm-3
260     top_second:
261       label: 'Top Second'
262       classes:
263         - col-sm-3
264     top_third:
265       label: 'Top Third'
266       classes:
267         - col-sm-3
268     top_fourth:
269       label: 'Top Fourth'
270       classes:
271         - col-sm-3
272     middle:
273       label: 'Middle'
274       classes:
275         - col-sm-12
276     bottom_first:
277       label: 'Bottom First'
278       classes:
279         - col-sm-3
280     bottom_second:
281       label: 'Bottom Second'
282       classes:
283         - col-sm-3
284     bottom_third:
285       label: 'Bottom Third'
286       classes:
287         - col-sm-3
288     bottom_fourth:
289       label: 'Bottom Fourth'
290       classes:
291         - col-sm-3
292     bottom:
293       label: 'Bottom'
294       classes:
295         - col-sm-12
296
297 # Four columns (stacked).
298 bs_4col_stacked:
299   label: '4 Columns (Stacked)'
300   category: 'Bootstrap'
301   class: '\Drupal\bootstrap_layouts\Plugin\Layout\BootstrapLayoutsBase'
302   type: partial
303   icon: images/4col-stacked.png
304   template: templates/3.0.0/bs-4col-stacked
305   regions:
306     top:
307       label: 'Top'
308       classes:
309         - col-sm-12
310     first:
311       label: 'First'
312       classes:
313         - col-sm-3
314     second:
315       label: 'Second'
316       classes:
317         - col-sm-3
318     third:
319       label: 'Third'
320       classes:
321         - col-sm-3
322     fourth:
323       label: 'Fourth'
324       classes:
325         - col-sm-3
326     bottom:
327       label: 'Bottom'
328       classes:
329         - col-sm-12