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 541B

12345678910111213141516
  1. {
  2. "ui_group" : {
  3. "label" : {
  4. "name" : "名前",
  5. "tab" : "タブ",
  6. "width" : "幅",
  7. "default" : "デフォルト",
  8. "group" : "グループ",
  9. "unassigned" : "未設定",
  10. "className": "種類",
  11. "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)"
  12. },
  13. "display-name" : "グループ名を表示する",
  14. "collapse-name" : "グループの折りたたみを有効にする"
  15. }
  16. }