Node-Red configuration
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

ui_link.json 987B

12345678910111213141516
  1. {
  2. "ui_link" : {
  3. "label" : {
  4. "name" : "Name",
  5. "link" : "Link",
  6. "icon" : "Icon",
  7. "open-in" : "Open in",
  8. "new-tab" : "New Tab",
  9. "this-tab" : "This Tab",
  10. "iframe" : "iframe",
  11. "className": "Class",
  12. "classNamePlaceholder": "Optional CSS class name(s) for widget"
  13. },
  14. "tip" : "The <b>Icon</b> field can be either a <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(e.g. 'check', 'close')</i> or a <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(e.g. 'fa-fire')</i>, or a <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(e.g. 'wi-wu-sunny')</i>.</p><p>You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p>"
  15. }
  16. }