diff --git a/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/icon.js b/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/icon.js index be3fbbdcb..2865e8ad3 100644 --- a/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/icon.js +++ b/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/icon.js @@ -1,7 +1,7 @@ import { pb, pi, pt } from '../helpers.js' export default () => [ - pb('icon', 'Icon', 'oh:iconName or iconName (openHAB icon), f7:iconName (Framework7 icon), material:iconName (Material icon) or iconify:iconSet:iconName (Iconify icon, requires being online if not in cache)'), + pb('icon', 'Icon', 'oh:iconName or iconName (openHAB icon), f7:iconName (Framework7 icon), material:iconName (Material icon) or iconify:iconSet:iconName (Iconify icon, requires being online if not in cache)'), pi('width', 'Width', 'Width of the icon in pixels'), pi('height', 'Height', 'Height of the icon in pixels'), pt('color', 'Color', 'Color of the icon (for F7/Material icons, a Framework7 color theme, for Iconify icons, a CSS color). Not applicable to OH icons.'),