schema fix

This commit is contained in:
Yuri Kuznetsov
2023-09-29 17:20:18 +03:00
parent e95620c131
commit 274e46fa35
+5 -1
View File
@@ -341,7 +341,7 @@
"properties": {
"type": {
"anyOf": [
{"const": "float"}
{"const": "float"},
{"const": "currency"}
]
}
@@ -497,6 +497,10 @@
},
"description": "Validations to be bypassed for the field."
},
"inlineEditDisabled": {
"type": "boolean",
"default": "Disable inline edit."
},
"customizationDisabled": {
"type": "boolean",
"description": "Disables the ability to customize the field in the Entity Manager tool."