From 0d67c5c2ec2ee9ec6fd8f1ee9f626bf51e8c4930 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Mon, 21 Aug 2023 14:07:33 +0200 Subject: [PATCH] Framework7 icons now supported by Basic UI (#2118) Signed-off-by: Laurent Garnier --- configuration/items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/items.md b/configuration/items.md index f1a425e3d2..fef37ff629 100644 --- a/configuration/items.md +++ b/configuration/items.md @@ -358,7 +358,7 @@ Here is the list of available icon sources and how they are supported by the maj | -------------------- | ------------------------------------- | ---------- | --------------------------------- | ----------------- | ----------------- | | `oh` | Icons provided via the openHAB server | Supported | Supported | Supported | Supported | | `material` | [Material icons](https://fonts.google.com/icons?icon.set=Material+Icons) | Supported | Supported | Not yet supported | Not yet supported | -| `f7` | [Framework7 icons](https://framework7.io/icons/) | Supported | Not yet supported | Not yet supported | Not yet supported | +| `f7` | [Framework7 icons](https://framework7.io/icons/) | Supported | Supported | Not yet supported | Not yet supported | | `if` or `iconify` | [iconify icons](https://icon-sets.iconify.design/) | Supported | Supported but needs to be enabled | Not yet supported | Not yet supported | Please note that the iconify option requires Internet connectivity on the client to access the external API.