Replies: 2 comments 4 replies
-
I had some success with the instructions here: https://github.com/skartknet/Iconic/tree/master/Documentation/Configuration/MaterialIcons which allowed me to get a property editor working in a Block List block. However, the instructions for rendering on the front end here: https://github.com/skartknet/Iconic/tree/master/Documentation/Usage don't appear to work. @Html.Raw(Model.MyIconPicker) doesn't work. I get an error of: Also I don't have @using Iconic.Helpers available in Views either so I appear to be stuck. |
Beta Was this translation helpful? Give feedback.
-
Hi @craigs100 , did you have any luck with installing FA 6? |
Beta Was this translation helpful? Give feedback.
-
Using the pre-configured option for Material, as far as I understand I should be able to point the CSS file and Routes file at https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined and it should work, but it doesn't seem to. Have tried regexs of
"(\w+)":\s"[^"]
&"(\w+)":"[^"]
. I get errors of "Invalid Configuration: Error loading CSS file." and "Invalid Configuration: The extracted icons are 0. Please check that the Selector regex is correct" when I hit the "Reload Preview button". Using Umb 11.2.2 and Iconic 5.2.1. Any advice would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions