Version 1
[yaffs-website] / web / modules / contrib / ctools / tests / modules / ctools_wizard_test / config / schema / ctools_wizard_test_config_entity.schema.yml
diff --git a/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/config/schema/ctools_wizard_test_config_entity.schema.yml b/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/config/schema/ctools_wizard_test_config_entity.schema.yml
new file mode 100644 (file)
index 0000000..f8e8c14
--- /dev/null
@@ -0,0 +1,18 @@
+ctools_wizard_test.ctools_wizard_test_config_entity.*:
+  type: config_entity
+  label: 'Example config entity'
+  mapping:
+    id:
+      type: string
+      label: 'ID'
+    label:
+      type: label
+      label: 'Label'
+    uuid:
+      type: string
+    one:
+      type: string
+      label: 'The first piece of information'
+    two:
+      type: string
+      label: 'The second piece of information'