Metadata-Version: 1.1
Name: wagtailfontawesome
Version: 1.0.3
Summary: Add FontAwesome icons to StreamField.
Home-page: https://github.com/alexgleason/wagtailfontawesome
Author: Alex Gleason
Author-email: alex@alexgleason.me
License: MIT
Description: Wagtail FontAwesome
        ====================
        Add [FontAwesome](https://github.com/FortAwesome/Font-Awesome) icons to StreamField.
        
        ![Screenshot](screenshot.png)
        
        Install
        -------
        
            pip install wagtailfontawesome
        
        Then add `wagtailfontawesome` to your installed apps.
        
        Usage
        -----
        Add FontAwesome icons to StreamField [the regular way](http://docs.wagtail.io/en/latest/topics/streamfield.html#basic-block-types), just set `icon="fa-something"`. Reference [the full list](http://fontawesome.io/icons/).
        
Keywords: development
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
