schema fix
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user