Skip to content

Commit

Permalink
fix(image): fix image cover value
Browse files Browse the repository at this point in the history
Signed-off-by: davidglezz <[email protected]>
  • Loading branch information
davidglezz committed Feb 15, 2023
1 parent ff718dd commit 709949c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Model/Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ fields:
relation: Product
generate_all: true
cover:
value: 1
type: conditionalValue
args:
- isNewValue({id_product})
- 1
- 0
fields_lang:
columns:
legend:
Expand Down

0 comments on commit 709949c

Please sign in to comment.