Skip to content

Commit

Permalink
Add panel definition with multiple file support
Browse files Browse the repository at this point in the history
It requires this PR to be merged into the Education Platform:

mdenet/educationplatform#121
  • Loading branch information
agarciadom committed Nov 27, 2023
1 parent ad3cb8d commit 27ec37b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions http-server/src/main/resources/mdenet_tool.egl
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@
"name": "code",
"panelclass": "OutputPanel",
"icon": "editor"
},

{
"id": "multicode",
"name": "code",
"panelclass": "OutputPanel",
"icon": "editor",
"language": "multi"
}
]
}
Expand Down

0 comments on commit 27ec37b

Please sign in to comment.