Skip to content

Commit

Permalink
Added configuration for code-editor plugin to the production configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
raj-vlabs authored Sep 12, 2024
1 parent b272c8d commit b069a9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions exp_build/plugin-config.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ const config = [
},

},
{
id: "VLABS-code-editor",
div_id: "code-editor",
js_modules: [
"https://virtual-labs.github.io/comp-code-editor/js/codeditor.js"
],
css_modules: [
"https://virtual-labs.github.io/comp-code-editor/css/codeditor.css"
],
label: "Code Assessment",
},
];

module.exports = config;

0 comments on commit b069a9b

Please sign in to comment.