Add min values to operation args
This commit is contained in:
parent
11451ac6b9
commit
3e428c044a
@ -38,12 +38,14 @@ class GenerateQRCode extends Operation {
|
||||
{
|
||||
"name": "Module size (px)",
|
||||
"type": "number",
|
||||
"value": 5
|
||||
"value": 5,
|
||||
"min": 1
|
||||
},
|
||||
{
|
||||
"name": "Margin (num modules)",
|
||||
"type": "number",
|
||||
"value": 2
|
||||
"value": 2,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"name": "Error correction",
|
||||
|
Loading…
x
Reference in New Issue
Block a user