Docs: Fix oh-icon icon name type

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
pull/3043/head
Jimmy Tanagra 2025-01-29 09:40:08 +10:00
parent 0041fb699f
commit add7054079
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Display an openHAB icon
### General
<div class="props">
<PropGroup label="General">
<PropBlock type="BOOLEAN" name="icon" label="Icon">
<PropBlock type="TEXT" name="icon" label="Icon">
<PropDescription>
<code>oh:iconName</code> or <code>iconName</code> (<a class="external text-color-blue" target="_blank" href="https://www.openhab.org/link/icons">openHAB icon</a>), <code>f7:iconName</code> (<a class="external text-color-blue" target="_blank" href="https://framework7.io/icons">Framework7 icon</a>), <code>material:iconName</code> (<a class="external text-color-blue" target="_blank" href="https://jossef.github.io/material-design-icons-iconfont/">Material icon</a>) or <code>iconify:iconSet:iconName</code> (<a class="external text-color-blue" target="_blank" href="https://icon-sets.iconify.design">Iconify icon</a>, requires being online if not in cache)
</PropDescription>