Skip to content

Commit 1a721e0

Browse files
authored
chore(docs): correct nodes.icon.face description (#80)
It used to imply that FontAwesome and Ionicons are the only faces that can be used. In reality these can only be used if the user ships them themselves and others can be used too if loaded on the page. Addresses #59.
1 parent 15f1e68 commit 1a721e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/network/nodes.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,9 @@ <h3>Options</h3>
692692
<td class="indent">icon.face</td>
693693
<td>String</td>
694694
<td><code>'FontAwesome'</code></td>
695-
<td>These options are only used when the shape is set to <code>icon</code>. The possible options for the
696-
face are: <code>'FontAwesome'</code> and <code>'Ionicons'</code>.
695+
<td>These options are only used when the shape is set to <code>icon</code>. The possible values for the
696+
face option are any font faces that are loaded on given page such as <code>'FontAwesome'</code> or
697+
<code>'Ionicons'</code>.
697698
</td>
698699
</tr>
699700
<tr parent="icon" class="hidden">

0 commit comments

Comments
 (0)