Version 1
[yaffs-website] / web / core / modules / config_translation / tests / modules / config_translation_test / config / schema / config_translation_test.schema.yml
diff --git a/web/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
new file mode 100644 (file)
index 0000000..63b8475
--- /dev/null
@@ -0,0 +1,21 @@
+# Schema for the configuration files of the Configuration translation test module.
+
+config_translation_test.content:
+  type: config_object
+  label: 'Content'
+  mapping:
+    id:
+      type: string
+      label: 'Category identifier'
+    label:
+      type: label
+      label: 'Label'
+    content:
+      type: text_format
+      label: 'Content'
+    animals:
+      type: sequence
+      label: 'Animals'
+      sequence:
+        type: label
+