chore(client): provide workaround for bypassing widget-missing-parent

This commit is contained in:
Elian Doran 2025-12-24 22:55:54 +02:00
parent 93582c1489
commit 4a2ff25052
No known key found for this signature in database

View File

@ -29,7 +29,7 @@
"widget-render-error": {
"title": "Failed to render a custom React widget"
},
"widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.",
"widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.\n\nIf this script is meant to be run without a UI element, use '#run=frontendStartup' instead.",
"open-script-note": "Open script note",
"scripting-error": "Custom script error: {{title}}"
},