From 274e46fa3502393588d9d0f62ea5b6c20587c2d1 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 29 Sep 2023 17:20:18 +0300 Subject: [PATCH] schema fix --- schema/metadata/entityDefs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 584d0fc6c0..95ba67ae4f 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -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."