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",
"label": "Field",
"key": "field",
"required": true
"key": "field"
},
{
"type": "text",
@ -4523,7 +4522,17 @@
}
]
}
],
"context": {
"type": "static",
"values": [
{
"label": "Value",
"key": "value",
"type": "string"
}
]
}
},
"signaturesinglefield": {
"name": "Signature",