From 100359ad6f18312aca47443ec94de40de5853bd4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 17 Aug 2023 14:13:07 +0300 Subject: [PATCH] schema --- schema/metadata/clientDefs.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index cfd596e769..c8c6a42f28 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -33,6 +33,14 @@ "description": "Hides the search panel on the list view.", "type": "boolean" }, + "searchPanelInPortalDisabled": { + "description": "Hides the search panel on the list view in portals.", + "type": "boolean" + }, + "textFilterDisabled": { + "type": "boolean", + "description": "Disables text search." + }, "views": { "description": "View classes. Available views: list, detail, edit, listRelated.", "type": "object",