X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Flayout_test%2Flayout_test.layouts.yml;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Flayout_test%2Flayout_test.layouts.yml;h=f8fcf5b883f800d76d7e7237899937a7dc817006;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/layout_test/layout_test.layouts.yml b/web/core/modules/system/tests/modules/layout_test/layout_test.layouts.yml new file mode 100644 index 000000000..f8fcf5b88 --- /dev/null +++ b/web/core/modules/system/tests/modules/layout_test/layout_test.layouts.yml @@ -0,0 +1,29 @@ +layout_test_1col: + label: 1 column layout + category: Layout test + template: templates/layout-test-1col + regions: + top: + label: Top region + bottom: + label: Bottom region + +layout_test_2col: + label: 2 column layout + category: Layout test + template: templates/layout-test-2col + library: layout_test/layout_test_2col + regions: + left: + label: Left region + right: + label: Right region + +layout_test_1col_no_template: + label: 1 column layout (No template) + category: Layout test + regions: + top: + label: Top region + bottom: + label: Bottom region