73676724bd70377829d8e92b036020da0bb428f2
[yaffs-website] / web / core / modules / content_translation / config / schema / content_translation.schema.yml
1 # Schema for the Content Translation module.
2
3 field.field.*.*.*.third_party.content_translation:
4   type: mapping
5   label: 'Content translation field settings'
6   mapping:
7     translation_sync:
8       type: sequence
9       label: 'Field properties for which to synchronize translations'
10       sequence:
11         type: string
12         label: 'Field column for which to synchronize translations'
13
14 language.content_settings.*.*.third_party.content_translation:
15   type: mapping
16   label: 'Content translation content settings'
17   mapping:
18     enabled:
19       type: boolean
20       label: 'Content translation enabled'
21     bundle_settings:
22       type: sequence
23       label: 'Content translation bundle settings'
24       sequence:
25         type: string
26         label: 'Bundle settings values'