the field image must allow an unlimited number of values
This commit is contained in:
parent
252868ef1d
commit
19ab616868
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ type: image
|
||||||
settings:
|
settings:
|
||||||
uri_scheme: public
|
uri_scheme: public
|
||||||
default_image:
|
default_image:
|
||||||
uuid: null
|
uuid: ''
|
||||||
alt: ''
|
alt: ''
|
||||||
title: ''
|
title: ''
|
||||||
width: null
|
width: null
|
||||||
|
@ -25,7 +25,7 @@ settings:
|
||||||
display_default: false
|
display_default: false
|
||||||
module: image
|
module: image
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 1
|
cardinality: -1
|
||||||
translatable: true
|
translatable: true
|
||||||
indexes:
|
indexes:
|
||||||
target_id:
|
target_id:
|
||||||
|
|
Loading…
Add table
Reference in a new issue