From 3cde47c7b721a9eceb90b3b8989524d6635edc24 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 30 Oct 2022 13:51:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adds=20docs=20for=20using=20appC?= =?UTF-8?q?onfig.defaultIcon=20(#925)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/icons.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/icons.md b/docs/icons.md index 2e97b7c3..b58481c1 100644 --- a/docs/icons.md +++ b/docs/icons.md @@ -11,6 +11,7 @@ Both sections and items can have an icon, which is specified using the `icon` at - [Material Icons](#material-design-icons) - [Icons by URL](#icons-by-url) - [Local Icons](#local-icons) +- [Using a Default Icon](#default-icon) - [No Icon](#no-icon)

@@ -172,6 +173,12 @@ You can also use sub-folders within the `item-icons` directory to keep things or --- +## Default Icon + +If you'd like to set a default icon, to be applied to any items which don't have an icon already set, then this can be done under `appConfig.defaultIcon`. + +--- + ## No Icon If you don't wish for a given item or section to have an icon, just leave out the `icon` attribute.