Skip to content

Commit

Permalink
No settings while registering
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbutenaers authored Oct 23, 2023
1 parent 2405983 commit 53b41f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blockly.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,7 @@ module.exports = function(RED) {
}

RED.nodes.registerType("Blockly",BlocklyNode, {
dynamicModuleList: "libs",
settings: {
functionExternalModules: { value: true, exportable: true },
functionTimeout: { value:0, exportable: true }
}
dynamicModuleList: "libs"
});
RED.library.register("blockly_functions");

Expand Down

0 comments on commit 53b41f2

Please sign in to comment.