Metadata-Version: 2.0
Name: wagtailhavetheabilitytoactuallyseefieldsintheadmin
Version: 1.0.0
Summary: A quick fix for when the StreamField goes too deep.
Home-page: https://github.com/alexgleason/wagtailhavetheabilitytoactuallyseefieldsintheadmin
Author: Alex Gleason
Author-email: alex@alexgleason.me
License: MIT
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
Requires-Dist: wagtail (>=0.8.7)
Requires-Dist: Django (>=1.7.1)

Wagtail Have The Ability To Actually See Fields In The Admin
============================================================

Alright... you messed up. Maybe you didn't think your content through well enough. Maybe you really need to meet a deadline and infinite StreamField block nesting is the only way through.

Look, I don't judge you. I'm here to help. Just `pip install wagtailhavetheabilitytoactuallyseefieldsintheadmin`, add it to your installed apps, and you're good to go. Just don't say you got it from me, okay?

The end result looks something like this when you have lots of nested StreamField blocks:

![Screenshot](screenshot.png)


