diff --git a/core/modules/content_translation/config/schema/content_translation.schema.yml b/core/modules/content_translation/config/schema/content_translation.schema.yml index a4bc176..73214c3 100644 --- a/core/modules/content_translation/config/schema/content_translation.schema.yml +++ b/core/modules/content_translation/config/schema/content_translation.schema.yml @@ -1,23 +1,10 @@ # Schema for the Content Translation module. +# Not possible to provide schema due to https://www.drupal.org/node/2248709 # @todo Refactor settings in https://www.drupal.org/node/2363155 content_translation.settings: - type: sequence - label: 'Entity type' - sequence: - - type: sequence - label: 'Bundle' - sequence: - - type: mapping - label: 'Settings' - mapping: - content_translation: - type: mapping - label: 'Content translation' - mapping: - enabled: - type: boolean - label: 'Enabled' + type: ignore + label: 'Content translation settings' field_config.third_party.content_translation: type: mapping