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