Error: Duplicates in a repeater are not allowed. Repeater: icon in model.icons | filter: searchTerm key: string:zmdi-airplane-off.
I resolve this by remove duplicates record.
But now i am stuck with Icon Pattern :(
insertchart , this is the icon pattern for using Material Design but for iconator when i use this in Data type under Icon Pattern then it just print insertchart at the content node when click on pick an icon .
any suggestions for this. I will thankful to you .
Regex pattern for Material Design Icons in Iconator Umbraco
can you please help me to resolve Regex class name for Material Design Icons.
As for font-awesome its working fine i.e (fa [^:]*?):before
For Material Design Icons i have used (zmdi [^:]*?):before but it fails to work. its showing no result to me.
Can someone please let me know about this regex expression. I am eagerly waiting for response.
Thanks in advance !
Share your views.
any views & suggestions ?
Since these icons are prefixed with: zmdi-
can you try to change it to:
i used this and then its start giving issue
Error: Duplicates in a repeater are not allowed. Repeater: icon in model.icons | filter: searchTerm key: string:zmdi-airplane-off.
I resolve this by remove duplicates record.
But now i am stuck with Icon Pattern :(
insertchart , this is the icon pattern for using Material Design but for iconator when i use this in Data type under Icon Pattern then it just print insertchart at the content node when click on pick an icon .
any suggestions for this. I will thankful to you .
Concerning duplicates, best is to remove them as you mentioned.
Seems to be an open issue (for a long time): https://github.com/zavoloklom/material-design-iconic-font/issues/72
Hopefully someone else is able to answer your question about insertchart...
hey
I implemented now material design icons-webfont. Download the webfonts and use them.
Regex for material design for this i have used (mdi-[^:]*?):before
Now its works fine. :)
https://materialdesignicons.com/getting-started
Thanks.
is working on a reply...