Font Awesome Icons Dropdown for Umbraco 7 - updated for Font Awesome verson 4.6.1
Hi all
I added the FontAwesome Icons Dropdown package to my Umbraco instance yesterday. I love the package, but it was quite a bit out of date in terms of Font Awesome icons.
I wanted to use the package with the most up to date icons, so I downloaded the latest version of Font Awesome, replaced the font-awesome css and font files in the package folder with the new ones from the download. Next I copied the icons from the cheat sheet and pasted them into an excel file where i wrote a formula to extract the values out so I could update the file FontAwesomeIconsDD.controller.js
Now the controller knows about all of the new fonts.
The whole point to this thread is to pass on to anyone who is looking, how to update it yourself and hopefully, the creator of the package will see this and update the package.
You can get all of the files your self from Font Awesome, the only real bit of work was getting the values out fo the controller. So below is the new contents of the controller ready for v4.6.1
Font Awesome Icons Dropdown for Umbraco 7 - updated for Font Awesome verson 4.6.1
Hi all I added the FontAwesome Icons Dropdown package to my Umbraco instance yesterday. I love the package, but it was quite a bit out of date in terms of Font Awesome icons.
I wanted to use the package with the most up to date icons, so I downloaded the latest version of Font Awesome, replaced the font-awesome css and font files in the package folder with the new ones from the download. Next I copied the icons from the cheat sheet and pasted them into an excel file where i wrote a formula to extract the values out so I could update the file FontAwesomeIconsDD.controller.js
Now the controller knows about all of the new fonts.
The whole point to this thread is to pass on to anyone who is looking, how to update it yourself and hopefully, the creator of the package will see this and update the package.
You can get all of the files your self from Font Awesome, the only real bit of work was getting the values out fo the controller. So below is the new contents of the controller ready for v4.6.1
});
is working on a reply...