Fix NodeScript description

Change the description of NodeScript nodes to contain the correct number of allowed characters.
This commit is contained in:
ClaasJG
2022-11-17 09:45:33 +01:00
committed by GitHub
parent ab9ca1afe2
commit b1cc66aa3e

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" }