From e6b724e0e844ae5a6a1091bc09c81ba6ecae4172 Mon Sep 17 00:00:00 2001 From: Sebastian Tilsch Date: Tue, 5 Sep 2023 14:23:46 +0200 Subject: [PATCH] add missing @type and @id controls --- components/form/uischema/Exhibition.uischema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/form/uischema/Exhibition.uischema.json b/components/form/uischema/Exhibition.uischema.json index 77ba4c40..a494b092 100644 --- a/components/form/uischema/Exhibition.uischema.json +++ b/components/form/uischema/Exhibition.uischema.json @@ -236,6 +236,14 @@ "options": { "multi": true } + }, + { + "type": "Control", + "scope": "#/properties/@type" + }, + { + "type": "Control", + "scope": "#/properties/@id" } ] }