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."