Version 1
[yaffs-website] / web / modules / contrib / layout_plugin / tests / modules / layout_test / layout_test.layouts.yml
diff --git a/web/modules/contrib/layout_plugin/tests/modules/layout_test/layout_test.layouts.yml b/web/modules/contrib/layout_plugin/tests/modules/layout_test/layout_test.layouts.yml
new file mode 100644 (file)
index 0000000..8372de2
--- /dev/null
@@ -0,0 +1,21 @@
+layout_test_1col:
+  label: 1 column layout
+  category: Layout test
+  template: templates/layout-test-1col
+  library: layout_test/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