Version 1
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / layout_test.layouts.yml
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 (file)
index 0000000..f8fcf5b
--- /dev/null
@@ -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