Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
# Schema for the Content Translation module.
|
||||
|
||||
field.field.*.*.*.third_party.content_translation:
|
||||
type: mapping
|
||||
label: 'Content translation field settings'
|
||||
mapping:
|
||||
translation_sync:
|
||||
type: sequence
|
||||
label: 'Field properties for which to synchronize translations'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Field column for which to synchronize translations'
|
||||
|
||||
language.content_settings.*.*.third_party.content_translation:
|
||||
type: mapping
|
||||
label: 'Content translation content settings'
|
||||
mapping:
|
||||
enabled:
|
||||
type: boolean
|
||||
label: 'Content translation enabled'
|
|
@ -0,0 +1,9 @@
|
|||
# Schema for the views plugins of the Content Translation module.
|
||||
|
||||
views.field.content_translation_link:
|
||||
type: views_field
|
||||
label: 'Content translation link'
|
||||
mapping:
|
||||
text:
|
||||
type: label
|
||||
label: 'Text to display'
|
Reference in a new issue