-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Describe the bug
I've tried to add a context app like this:
...
.WithTree(
UmbracoConstants.Trees.Members,
treeConfig =>
treeConfig
.AddContextApp(
"Abonnementer",
"icon-certificate",
...
It loads fine, but the icon shows as a folder instead of the desired "icon-certificate".
Screenshots

Environment (please complete the following information):
- Server OS: Local IIS Express
- Browser Chrome
- Umbraco Version 16.2.0-rc
- Product Version 16.0.3
This item has been added to our backlog AB#56194