I'm really sorry, out of time to update the package If any of you wants to take over the package just hit me with a dm, would reply in 1 day to 3 months
A simple dropdown box loaded with font awesome icons class names.
Instructions :
1) Download the package and Install it on your umbraco cms.
2) Add "Font Awesome Icons" property to your document type.
Umb 7 Code Sample :
<i class="fa @Model.Content.GetPropertyValue("yourAlias")"></i>
Umb 8 Code Sample :
<i class="fa @Model.Value("yourAlias")"></i>
Expected Output :
<i class="fa fa-heart" aria-hidden="true"></i>
*Assuming you selected the heart icon on the cms
Notes :
This plugin uses font-awesome css and fonts (v4.6.3).
https://fortawesome.github.io/Font-Awesome/cheatsheet/
No copyright infringement intended , if this package violates any law , please reach me at : chrisadi.pascual (gmail) to take anything offline (or if you have any feedback or suggestions).
This Project and the Developer is not connected in anyway with the Font-Awesome Team.
### Shout Outs ###
5-11-19 : Thanks to Heather Floyd for reminding me to update for Umb8
9-5-18 : Thanks to Mike for the generous donation! It helps a lot!
10-17-16 : Special thanks to Bjarne Fyrstenborg for correcting the razor sample.