mirror of https://github.com/Lissy93/dashy.git
📝 Adds docs for using appConfig.defaultIcon (#925)
This commit is contained in:
parent
d7d5c0291c
commit
3cde47c7b7
|
@ -11,6 +11,7 @@ Both sections and items can have an icon, which is specified using the `icon` at
|
||||||
- [Material Icons](#material-design-icons)
|
- [Material Icons](#material-design-icons)
|
||||||
- [Icons by URL](#icons-by-url)
|
- [Icons by URL](#icons-by-url)
|
||||||
- [Local Icons](#local-icons)
|
- [Local Icons](#local-icons)
|
||||||
|
- [Using a Default Icon](#default-icon)
|
||||||
- [No Icon](#no-icon)
|
- [No Icon](#no-icon)
|
||||||
|
|
||||||
<p align="center">
|
<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
|
## No Icon
|
||||||
|
|
||||||
If you don't wish for a given item or section to have an icon, just leave out the `icon` attribute.
|
If you don't wish for a given item or section to have an icon, just leave out the `icon` attribute.
|
||||||
|
|
Loading…
Reference in New Issue