Skip to main content

Facelift for Wagtail streamfields.

Project description

Wagtail Facelift
================

Provides some visual enhancements to Streamfield components.

Pure CSS overrides, there's no extra configuration.

Installation.
-------------

::
pip install wagtailfacelift


Add the application to your installed apps:

::
INSTALLED_APPS = [
'wagtail',
'wagtailfacelift'
]


---

Extra theming
-------------

`.multi-field-dark`

Apply this class to your widget for a subtle background shift, eg:

::
MultiFieldPanel([
StreamFieldPanel('heroes'),
],
heading="Homepage Heroes",
classname="collapsible collapsed multi-field-dark"
)


Enjoy!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtailfacelift-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page