You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or supporting adding class as free text in TreeIcon
[TreeIcon("fal fa-list-alt")]
The free text "thingy" would make completely different icon fonts (not only adding support of FontAwesome PRO) usable in page tree too, as you already solved for thumbnail icons in ThumbnailIcon-attribute by having ttf-reference and charcode-support... 👍
The text was updated successfully, but these errors were encountered:
Using
CustomFont
onThumbnailIcon
and adding<add key="FontThumbnail.EnableTreeIcons" value="true"/>
inweb.config
doesn't generate any tree icon.I have the FontAwesome PRO-set and are using it like this:
[ThumbnailIcon("fa-light-300.ttf", 0xf022)]
for thelist-alt
icon inFAL
.Configured like this:
Of course I can use two attributes to get it to work with the wrong font.
But it would be nice if it was possible to do something like adding a third parameter for Page Tree Icon-fallback:
Or supporting adding class as free text in
TreeIcon
The free text "thingy" would make completely different icon fonts (not only adding support of FontAwesome PRO) usable in page tree too, as you already solved for thumbnail icons in
ThumbnailIcon
-attribute by havingttf
-reference andcharcode
-support... 👍The text was updated successfully, but these errors were encountered: