Version 1
[yaffs-website] / web / core / modules / workflows / tests / modules / workflow_type_test / config / schema / workflow_type_test.schema.yml
diff --git a/web/core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml b/web/core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml
new file mode 100644 (file)
index 0000000..84e7a41
--- /dev/null
@@ -0,0 +1,42 @@
+workflow.type_settings.workflow_type_test:
+  type: mapping
+  label: 'Workflow test type settings'
+  mapping:
+    states:
+      type: sequence
+      sequence:
+        type: ignore
+
+workflow.type_settings.workflow_type_required_state_test:
+  type: mapping
+  label: 'Workflow test type settings'
+  mapping:
+    states:
+      type: sequence
+      sequence:
+        type: ignore
+
+workflow.type_settings.workflow_type_complex_test:
+  type: mapping
+  label: 'Workflow complex test type settings'
+  mapping:
+    states:
+      type: sequence
+      label: 'Additional state configuration'
+      sequence:
+        type: mapping
+        label: 'States'
+        mapping:
+          extra:
+            type: string
+            label: 'Extra information'
+    transitions:
+      type: sequence
+      label: 'Additional transition configuration'
+      sequence:
+        type: mapping
+        label: 'Transitions'
+        mapping:
+          extra:
+            type: string
+            label: 'Extra information'