From 64634f28115ba1249ee7b574765d0ddb3710418d Mon Sep 17 00:00:00 2001 From: Will Barnett Date: Mon, 11 Dec 2023 23:49:44 +0000 Subject: [PATCH] Added common panels for composite panels, following rebase of pr #134 composite panel. --- platform/public/common/utility.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/platform/public/common/utility.json b/platform/public/common/utility.json index fe59cfb..c77c927 100644 --- a/platform/public/common/utility.json +++ b/platform/public/common/utility.json @@ -40,6 +40,26 @@ "icon": "problems" + }, + + { + "id": "composite", + + "name": "composite", + + "panelclass": "CompositePanel", + + "icon": "diagram" + }, + + { + "id": "output", + + "name": "output", + + "panelclass": "OutputPanel", + + "icon": "console" } ] }