commit 9019115710a8e3956bf5585c46db04d0fe32789b Author: Pieter Frenssen Date: Fri Mar 28 11:31:21 2014 +0100 2224761-15 diff --git a/core/modules/content_translation/config/content_translation.field_settings.yml b/core/modules/content_translation/config/content_translation.field_settings.yml new file mode 100644 index 0000000..f3120e5 --- /dev/null +++ b/core/modules/content_translation/config/content_translation.field_settings.yml @@ -0,0 +1 @@ +translation_sync: { } diff --git a/core/modules/content_translation/config/schema/content_translation.field_settings.schema.yml b/core/modules/content_translation/config/schema/content_translation.field_settings.schema.yml index c41b7c4..2f1dfd6 100644 --- a/core/modules/content_translation/config/schema/content_translation.field_settings.schema.yml +++ b/core/modules/content_translation/config/schema/content_translation.field_settings.schema.yml @@ -1,12 +1,8 @@ # Schema for field settings for the Content Translation module. -content_translation.field_settings: - type: mapping - label: 'Field settings' - mapping: - translation_sync: - type: sequence - label: 'Fields that have translation synchronisation enabled' - sequence: - - type: string - label: 'Field' +content_translation.field_settings.translation_sync.*.*.*: + type: sequence + label: 'Fields that have translation synchronisation enabled' + sequence: + - type: string + label: 'Field group column'