From 5478f5ae8be3a87d1bd3c2af75191dde3cebc804 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 17 Oct 2024 11:47:17 +0300 Subject: [PATCH] schema --- schema/metadata/clientDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index 35d15f8d50..4edb76f8c0 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -411,6 +411,10 @@ "description": "A row-actions view class.", "type": "string" }, + "viewModalView": { + "description": "A modal view for viewing relationships in a modal dialog.", + "type": "string" + }, "label": { "description": "A translatable label.", "type": "string"