Set crop ratio for images to 1:1
parent
4a53203247
commit
0f0f1c693a
|
@ -17,7 +17,8 @@
|
||||||
"name": "image",
|
"name": "image",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"label": "Image",
|
"label": "Image",
|
||||||
"importance": "high"
|
"importance": "high",
|
||||||
|
"ratio": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "match",
|
"name": "match",
|
||||||
|
@ -25,7 +26,8 @@
|
||||||
"label": "Matching Image",
|
"label": "Matching Image",
|
||||||
"importance": "low",
|
"importance": "low",
|
||||||
"optional": true,
|
"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",
|
"name": "description",
|
||||||
|
|
Loading…
Reference in New Issue