Iconpicker widget for Plone based on http://victor-valencia.github.io/bootstrap-iconpicker/

Add it in the add-ons control panel
Important: You need to choose font in: http://yoursite/@@medialog_controlpanel
In the dexterity control panel: add 'iconpicker behavior'
In the dexterity control panel: add 'colorpicker behavior'
In mosaic you can add Iconpicker tile
- A widget to be uses in your custom views
- Helper view to load the selected fonts/icons: /@@fontload
- A view to load the icons: <tal:icons tal:replace="structure item/iconfield/@@iconload" />
- A simple example view: http:/site/folder/@@iconview
If you add the colorpicker behavior, you can choose color of the icon
The medialog control panel let you choose between 8 different icon-fonts:
- glyphicon
- typicon
- elusiveicon
- ionicon
- fontawesome
- weathericon
- mapicon
- octicon
- typicon
Espen Moe-Nilssen