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_link.json 954B

12345678910111213141516
  1. {
  2. "ui_link" : {
  3. "label" : {
  4. "name" : "名前",
  5. "link" : "リンク",
  6. "icon" : "アイコン",
  7. "open-in" : "開く方法",
  8. "new-tab" : "新規タブ",
  9. "this-tab" : "このタブ",
  10. "iframe" : "iframe",
  11. "className": "種類",
  12. "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)"
  13. },
  14. "tip" : "<b>アイコン</b>フィールドには <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(例: 'check', 'close')</i>、<a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(例: 'fa-fire')</i>、もしくは <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(例: 'wi-wu-sunny')</i>を指定できます。</p>"
  15. }
  16. }