From cefec5e5654362dd744afa5ea0b921c2701f5d43 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 8 Aug 2023 10:40:37 +0300 Subject: [PATCH] schmema --- schema/metadata/clientDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index 2485165456..6faec20d8c 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -396,6 +396,10 @@ "createHandler": { "type": "string", "description": "A create handler. Provides attributes when creating a new related record. Should have a method *getAttributes* returning a promise." + }, + "layout": { + "type": "string", + "description": "A list layout name." } } }