Allow standalone mode for barcode scanner
This commit is contained in:
parent
a00bcea2f7
commit
59f9fbec84
|
@ -4377,8 +4377,7 @@
|
||||||
{
|
{
|
||||||
"type": "field/barcodeqr",
|
"type": "field/barcodeqr",
|
||||||
"label": "Field",
|
"label": "Field",
|
||||||
"key": "field",
|
"key": "field"
|
||||||
"required": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
@ -4523,7 +4522,17 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"context": {
|
||||||
|
"type": "static",
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"label": "Value",
|
||||||
|
"key": "value",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"signaturesinglefield": {
|
"signaturesinglefield": {
|
||||||
"name": "Signature",
|
"name": "Signature",
|
||||||
|
|
Loading…
Reference in New Issue