Metadata-Version: 2.0
Name: wagtailbettereditor
Version: 1.0.2
Summary: Improvement to Wagtail editor UI.
Home-page: https://github.com/alexgleason/wagtailbettereditor
Author: Alex Gleason
Author-email: alex@alexgleason.me
License: MIT
Keywords: d,e,v,e,l,o,p,m,e,n,t
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
Requires-Dist: Django (>=1.7.1)
Requires-Dist: wagtail (>=1.4.0)

Wagtail Better Editor
=====================
This is an amended version of the Wagtail editor interface that makes it easier for users more easily visualises nested items and corrects a number of minor styling issues. Changes

 - Much improved UI for nested StreamFields
 - Consistency of UI presentation between inline panels, streamfield panels, multipanels etc.
 - Always visible help text
 - Consistent alignment of titles, fields and help text
 - Consistent alignment of success text, breadcrumb and title
 - Separation of meta data and actions in editor footer
 - Conforms AA to WCAG
 - Styling added to `delete` and `unpublish` actions in dropdown menu 

![Screenshot](screenshot.png)

Install
-------

    pip install wagtailbettereditor

Then add `wagtailbettereditor` to your installed apps.


