Added Font Awesome Support into alerts.

This commit is contained in:
Paul-Vincent Roll
2016-04-12 20:54:30 +02:00
parent d72d6d925e
commit ed3c0e42fb
2 changed files with 11 additions and 2 deletions

View File

@@ -135,6 +135,13 @@ self.sendNotification("SHOW_ALERT", {});
<br><b>Default value:</b> <code>none</code>
</td>
</tr>
<tr>
<td><code>imageFA</code> (optional)</td>
<td>Font Awesome icon to show in the alert<br>
<br><b>Possible values:</b> See <a href="http://fontawesome.io/icons/" target="_blank">Font Awsome</a> website.
<br><b>Default value:</b> <code>none</code>
</td>
</tr>
<tr>
<td><code>imageHeight</code> (optional even with imageUrl set)</td>
<td>Height of the image<br>