1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "ui_template": {
| "label": {
| "type": "Template type",
| "local": "Widget in group",
| "global": "Added to site <head> section",
| "group": "Group",
| "size": "Size",
| "name": "Name",
| "pass-through": "Pass through messages from input.",
| "store-state": "Add output messages to stored state.",
| "template": "Template",
| "expand": "Expand",
| "resend": "Reload last value on refresh.",
| "className": "Class",
| "classNamePlaceholder": "Optional CSS class name(s) for widget"
| }
| }
| }
|
|