Allow standalone mode for barcode scanner

This commit is contained in:
Andrew Kingston 2024-11-08 11:09:20 +00:00
parent a00bcea2f7
commit 59f9fbec84
No known key found for this signature in database
1 changed files with 12 additions and 3 deletions

View File

@ -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",