diff --git a/core/modules/content_translation/config/schema/content_translation.schema.yml b/core/modules/content_translation/config/schema/content_translation.schema.yml new file mode 100644 index 0000000..3d9c1f7 --- /dev/null +++ b/core/modules/content_translation/config/schema/content_translation.schema.yml @@ -0,0 +1,27 @@ +# Schema for the configuration files of the Content Translation module. + +content_translation.settings.*.*: + type: mapping + label: 'Content translation settings' + mapping: + content_translation: + type: mapping + label: 'Content translation settings' + mapping: + enabled: + type: boolean + label: 'Content translation status' + fields: + type: sequence + sequence: + - type: boolean + label: 'Per field content translation' + translation_sync: + type: sequence + label: 'Field translation synchronisation settings' + sequence: + - type: sequence + label: 'Field' + sequence: + - type: string + label: 'Column' diff --git a/core/modules/content_translation/config/schema/content_translation.settings.schema.yml b/core/modules/content_translation/config/schema/content_translation.settings.schema.yml deleted file mode 100644 index f61248f..0000000 --- a/core/modules/content_translation/config/schema/content_translation.settings.schema.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Schema for the settings for the Content Translation module. - -#content_translation.settings: -# type: sequence -# label: 'Entity type' -# sequence: -# - type: sequence -# label: 'Bundle' -# sequence: -# - type: mapping -# label: 'Content translation settings' -# mapping: -# content_translation: -# type: mapping -# mapping: -# enabled: -# type: boolean -# label: 'Content translation status' -# fields: -# type: sequence -# sequence: -# - type: boolean -# label: 'Per field content translation' -# translation_sync: -# type: sequence -# label: 'Field translation synchronisation settings' -# sequence: -# - type: sequence -# label: 'Field' -# sequence: -# - type: string -# label: 'Column'