diff --git a/core/modules/content_translation/config/schema/content_translation.schema.yml b/core/modules/content_translation/config/schema/content_translation.schema.yml deleted file mode 100644 index 747cfa0..0000000 --- a/core/modules/content_translation/config/schema/content_translation.schema.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Schema for the configuration files of the Content Translation module. - -content_translation.settings.*.*: - type: mapping - label: 'Content language' - mapping: - content_translation: - type: mapping - label: 'Content translation settings' - mapping: - enabled: - type: boolean - label: 'Translatable' - fields: - type: sequence - label: 'Fields' - sequence: - - type: boolean - label: 'Enabled'