Version 1
[yaffs-website] / web / core / modules / content_translation / config / schema / content_translation.schema.yml
diff --git a/web/core/modules/content_translation/config/schema/content_translation.schema.yml b/web/core/modules/content_translation/config/schema/content_translation.schema.yml
new file mode 100644 (file)
index 0000000..808a6e7
--- /dev/null
@@ -0,0 +1,20 @@
+# Schema for the Content Translation module.
+
+field.field.*.*.*.third_party.content_translation:
+  type: mapping
+  label: 'Content translation field settings'
+  mapping:
+    translation_sync:
+      type: sequence
+      label: 'Field properties for which to synchronize translations'
+      sequence:
+        type: string
+        label: 'Field column for which to synchronize translations'
+
+language.content_settings.*.*.third_party.content_translation:
+  type: mapping
+  label: 'Content translation content settings'
+  mapping:
+    enabled:
+      type: boolean
+      label: 'Content translation enabled'