📝 Adds docs for using appConfig.defaultIcon (#925)

This commit is contained in:
Alicia Sykes 2022-10-30 13:51:21 +00:00
parent d7d5c0291c
commit 3cde47c7b7
1 changed files with 7 additions and 0 deletions

View File

@ -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)
<p align="center">
@ -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.