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" } ] }