mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
Add min values to operation args
This commit is contained in:
parent
11451ac6b9
commit
3e428c044a
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue