From 90f9e158448dec057511687dd3a0a824a0858250 Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Sat, 18 Nov 2023 19:47:38 +0100 Subject: [PATCH] Review comment: choosing the icon Signed-off-by: Laurent Garnier --- ui/sitemaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sitemaps.md b/ui/sitemaps.md index 1595d8e553..89892ff83d 100644 --- a/ui/sitemaps.md +++ b/ui/sitemaps.md @@ -182,7 +182,7 @@ This provides the flexibility to present Items in the way desired in your home a If no label or icon are specified in the Sitemap, then the label and/or icon you assigned to the Item will be displayed. Setting a value for `label` or `icon` or `staticIcon` of a Sitemap element will override the values defined for the linked Item. -- The parameters `icon` and `staticIcon` are exclusive; both allow choosing icon to show next to the element but `staticIcon` also indicates not to try to create a dynamic icon (using the current state of a linked item). The value of these two parameters can optionally be enclosed in double quotes. +- The parameters `icon` and `staticIcon` are exclusive; both allow choosing the icon to show next to the element but `staticIcon` also indicates not to try to create a dynamic icon (using the current state of a linked item). The value of these two parameters can optionally be enclosed in double quotes. It has to be considered that if the label defined in a Channel or an Item contains text and state, these representations have to be overwritten separately in the Sitemap. In the following example an Item which has a label and state defined is overwritten.