Custom backoffice icons and Contentment social links
I'm using Umbraco 10 and the cool Contentment package. I've followed the tutorial for importing a custom icon for the social links component.
~/App_Plugins/[YourPluginName]/backoffice/icons/ - an svg for Glassdoor as it's missing in the FA library.
This works great in the backoffice, but I cannot see a method to pass this through to a subsequent cshtml view. While I understand the source is FontAwesome, is it possible to include the custom icon as well?
As the import method is Umbraco specific I wonder if there is a way to call the imported icon in App_Plugins within a view?
Custom backoffice icons and Contentment social links
I'm using Umbraco 10 and the cool Contentment package. I've followed the tutorial for importing a custom icon for the social links component.
~/App_Plugins/[YourPluginName]/backoffice/icons/ - an svg for Glassdoor as it's missing in the FA library.
This works great in the backoffice, but I cannot see a method to pass this through to a subsequent cshtml view. While I understand the source is FontAwesome, is it possible to include the custom icon as well?
As the import method is Umbraco specific I wonder if there is a way to call the imported icon in App_Plugins within a view?
is working on a reply...