Version 1
[yaffs-website] / web / modules / contrib / layout_plugin / modules / layout_plugin_example / layout_plugin_example.layouts.yml
diff --git a/web/modules/contrib/layout_plugin/modules/layout_plugin_example/layout_plugin_example.layouts.yml b/web/modules/contrib/layout_plugin/modules/layout_plugin_example/layout_plugin_example.layouts.yml
new file mode 100644 (file)
index 0000000..be9f51c
--- /dev/null
@@ -0,0 +1,21 @@
+layout_example_1col:
+  label: 1 Column Layout
+  category: Examples
+  template: templates/layout-example-1col
+  css: css/layout-example-1col.css
+  regions:
+    top:
+      label: Top region
+    bottom:
+      label: Bottom region
+
+layout_example_2col:
+  label: 2 Column layout
+  category: Examples
+  template: templates/layout-example-2col
+  css: css/layout-example-2col.css
+  regions:
+    left:
+      label: Left region
+    right:
+      label: Right region