mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 22:54:23 +01:00
chore(client): provide workaround for bypassing widget-missing-parent
This commit is contained in:
parent
93582c1489
commit
4a2ff25052
@ -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}}"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user