Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui_template.json 642B

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