Add experimental icons support in menus, move icons to assets folder

This commit is contained in:
Alex Shpak
2025-09-22 23:47:25 +02:00
parent 69fb3210e8
commit 6ba59e191d
23 changed files with 79 additions and 63 deletions
+4
View File
@@ -222,6 +222,10 @@ bookSearchExclude = false
# (Optional) Set explicit href attribute for this page in a menu.
bookHref = ''
# /!\ This is an experimental feature, might be removed or changed at any time
# (Optional) Set an icon for the menu entity of the page, icons are discovered from `assets/icons` folder.
bookIcon = 'calendar'
```
### Partials