fix validation configuration
This commit is contained in:
parent
134817e10e
commit
e0bca88512
|
@ -8287,11 +8287,6 @@
|
|||
"value": "Custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "validation",
|
||||
"key": "validation",
|
||||
"label": "Validation"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Disabled",
|
||||
|
@ -8319,6 +8314,11 @@
|
|||
"key": "value"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "validation/number",
|
||||
"label": "Validation",
|
||||
"key": "validation"
|
||||
}
|
||||
],
|
||||
"context": {
|
||||
|
|
Loading…
Reference in New Issue