Enable standalone mode for number fields

This commit is contained in:
Andrew Kingston 2024-11-07 16:33:54 +00:00
parent b4c2061ba9
commit a4ccdf3a15
No known key found for this signature in database
1 changed files with 12 additions and 4 deletions

View File

@ -3240,7 +3240,6 @@
"name": "Number Field",
"icon": "123",
"styles": ["size"],
"requiredAncestors": ["form"],
"editable": true,
"size": {
"width": 400,
@ -3250,8 +3249,7 @@
{
"type": "field/number",
"label": "Field",
"key": "field",
"required": true
"key": "field"
},
{
"type": "text",
@ -3336,7 +3334,17 @@
}
]
}
]
],
"context": {
"type": "static",
"values": [
{
"label": "Value",
"key": "value",
"type": "number"
}
]
}
},
"bigintfield": {
"name": "BigInt Field",