1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| {
| "ui_link" : {
| "label" : {
| "name" : "Name",
| "link" : "Link",
| "icon" : "Icon",
| "open-in" : "Open in",
| "new-tab" : "New Tab",
| "this-tab" : "This Tab",
| "iframe" : "iframe",
| "className": "Class",
| "classNamePlaceholder": "Optional CSS class name(s) for widget"
| },
| "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>"
| }
| }
|
|