Version 1
[yaffs-website] / web / core / modules / editor / tests / modules / config / schema / editor_test.schema.yml
diff --git a/web/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml b/web/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml
new file mode 100644 (file)
index 0000000..4e01316
--- /dev/null
@@ -0,0 +1,17 @@
+# Schema for the configuration files of the Editor test module.
+
+editor.settings.unicorn:
+  type: mapping
+  label: 'Unicorn settings'
+  mapping:
+    ponies_too:
+      type: boolean
+      label: 'Ponies too'
+
+editor.settings.trex:
+  type: mapping
+  label: 'T-Rex settings'
+  mapping:
+    stumpy_arms:
+      type: boolean
+      label: 'Stumpy arms'