patched image_field_caption caption translation
This commit is contained in:
parent
e5a0323a8a
commit
b864319025
|
@ -13,6 +13,7 @@ third_party_settings:
|
||||||
translation_sync:
|
translation_sync:
|
||||||
alt: alt
|
alt: alt
|
||||||
title: title
|
title: title
|
||||||
|
caption: caption
|
||||||
file: '0'
|
file: '0'
|
||||||
id: paragraph.site_diapo.field_images
|
id: paragraph.site_diapo.field_images
|
||||||
field_name: field_images
|
field_name: field_images
|
||||||
|
@ -43,6 +44,6 @@ settings:
|
||||||
width: null
|
width: null
|
||||||
height: null
|
height: null
|
||||||
caption: ''
|
caption: ''
|
||||||
caption_field: 1
|
caption_field: true
|
||||||
caption_field_required: 0
|
caption_field_required: false
|
||||||
field_type: image
|
field_type: image
|
||||||
|
|
|
@ -21,6 +21,7 @@ settings:
|
||||||
title: ''
|
title: ''
|
||||||
width: null
|
width: null
|
||||||
height: null
|
height: null
|
||||||
|
caption: ''
|
||||||
module: image
|
module: image
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: -1
|
cardinality: -1
|
||||||
|
|
Loading…
Reference in New Issue