From 1f38d04e86d13f9316bf6f5d81dfbe7fb6d7dfeb Mon Sep 17 00:00:00 2001 From: Yurii Date: Tue, 20 Jan 2026 19:02:12 +0200 Subject: [PATCH] schema --- 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 ac597da019..aa9c9291fe 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -1148,7 +1148,11 @@ }, "filtersEnabled": { "type": "boolean", - "description": "Indicates that the field can be used in filters regardless directAccessDisabled being true. To be used only with directAccessDisabled." + "description": "Indicates that the field can be used in filters regardless of directAccessDisabled being set to true. To be used only with directAccessDisabled." + }, + "listColumnEnabled": { + "type": "boolean", + "description": "Indicated that thw field can be used in list columns regardless of directAccessDisabled being set to true." }, "importDisabled": { "type": "boolean",