Skip to content

Commit e6e30d5

Browse files
author
Dave Conway-Jones
committed
update doc on node html to point to FA icons 4.7
1 parent b948fd1 commit e6e30d5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/creating-nodes/node-html.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ There are some simple conventions to follow:
9393
dialog.
9494
- a typical row will have a `<label>` that contains an icon and the name of the
9595
property followed by an `<input>`. The icon is created using an `<i>` element
96-
with a class taken from those available from [Font Awesome](http://fortawesome.github.io/Font-Awesome/icons/).
97-
98-
Note: we previously used the icons provided by [Bootstrap](http://getbootstrap.com/2.3.2/base-css#icons).
99-
Their use is now deprecated within Node-RED in preference to Font Awesome.
96+
with a class taken from those available from [Font Awesome 4.7](https://fontawesome.com/v4.7.0/icons/).
10097
- if more interactivity is required, `oneditprepare` can be used to attach
10198
any event handlers on the dialog elements.
10299

0 commit comments

Comments
 (0)