f8fcf5b883f800d76d7e7237899937a7dc817006
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / layout_test.layouts.yml
1 layout_test_1col:
2   label: 1 column layout
3   category: Layout test
4   template: templates/layout-test-1col
5   regions:
6     top:
7       label: Top region
8     bottom:
9       label: Bottom region
10
11 layout_test_2col:
12   label: 2 column layout
13   category: Layout test
14   template: templates/layout-test-2col
15   library: layout_test/layout_test_2col
16   regions:
17     left:
18       label: Left region
19     right:
20       label: Right region
21
22 layout_test_1col_no_template:
23   label: 1 column layout (No template)
24   category: Layout test
25   regions:
26     top:
27       label: Top region
28     bottom:
29       label: Bottom region