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_group.json 467B

12345678910111213141516
  1. {
  2. "ui_group" : {
  3. "label" : {
  4. "name" : "Name",
  5. "tab" : "Tab",
  6. "width" : "Width",
  7. "default" : "Default",
  8. "group" : "Group",
  9. "unassigned" : "unassigned",
  10. "className": "Class",
  11. "classNamePlaceholder": "Optional CSS class name(s) for widget"
  12. },
  13. "display-name" : "Display group name",
  14. "collapse-name" : "Allow group to be collapsed"
  15. }
  16. }