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.

.config.users.json 723B

1234567891011121314151617181920212223242526
  1. {
  2. "_": {
  3. "editor": {
  4. "view": {
  5. "view-show-grid": true,
  6. "view-snap-grid": true,
  7. "view-grid-size": "20",
  8. "view-node-status": true,
  9. "view-node-show-label": true,
  10. "view-show-tips": true,
  11. "view-show-welcome-tours": true,
  12. "view-store-position": true,
  13. "view-store-zoom": false
  14. },
  15. "tours": {
  16. "welcome": "3.1.0"
  17. }
  18. },
  19. "debug": {
  20. "filter": "filterCurrent",
  21. "filteredNodes": []
  22. },
  23. "menu-menu-item-sidebar": true,
  24. "menu-menu-item-palette": true
  25. }
  26. }