Skip to content

Commit

Permalink
Added common panels for composite panels, following rebase of pr #134
Browse files Browse the repository at this point in the history
…composite panel.
  • Loading branch information
barnettwilliam committed Dec 11, 2023
1 parent 4510f84 commit 64634f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions platform/public/common/utility.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,26 @@

"icon": "problems"

},

{
"id": "composite",

"name": "composite",

"panelclass": "CompositePanel",

"icon": "diagram"
},

{
"id": "output",

"name": "output",

"panelclass": "OutputPanel",

"icon": "console"
}
]
}
Expand Down

0 comments on commit 64634f2

Please sign in to comment.