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