X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Fconfig%2Fschema%2Fcontent_translation.schema.yml;fp=web%2Fcore%2Fmodules%2Fcontent_translation%2Fconfig%2Fschema%2Fcontent_translation.schema.yml;h=808a6e73e81837832843d0bab374d741c70e0177;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website 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 index 000000000..808a6e73e --- /dev/null +++ b/web/core/modules/content_translation/config/schema/content_translation.schema.yml @@ -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'