Set crop ratio for images to 1:1
parent
4a53203247
commit
0f0f1c693a
|
@ -17,7 +17,8 @@
|
|||
"name": "image",
|
||||
"type": "image",
|
||||
"label": "Image",
|
||||
"importance": "high"
|
||||
"importance": "high",
|
||||
"ratio": 1
|
||||
},
|
||||
{
|
||||
"name": "match",
|
||||
|
@ -25,7 +26,8 @@
|
|||
"label": "Matching Image",
|
||||
"importance": "low",
|
||||
"optional": true,
|
||||
"description": "An optional image to match against instead of using two cards with the same image."
|
||||
"description": "An optional image to match against instead of using two cards with the same image.",
|
||||
"ratio": 1
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
|
|
Loading…
Reference in New Issue