Merge pull request #328 from ClaasJG/master

Fix NodeScript description
This commit is contained in:
Javi Agenjo
2022-11-17 11:01:05 +01:00
committed by GitHub

View File

@@ -1480,7 +1480,7 @@
};
NodeScript.title = "Script";
NodeScript.desc = "executes a code (max 100 characters)";
NodeScript.desc = "executes a code (max 256 characters)";
NodeScript.widgets_info = {
onExecute: { type: "code" }