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!
================
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!
Release files for wagtailfacelift 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wagtailfacelift-0.1.0.tar.gz | 4.1 kB | Details |
Release files / wagtailfacelift-0.1.0.tar.gz
| Download URL | wagtailfacelift-0.1.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1b186073b5996230877dc9a31164330bc0f093d959b8d0af7de66b9399a1bbf3
|
|
BLAKE2b-256 checksum How to use checksums |
49f6f6585506d77682e395bde9dc09cbe22efc6bc3e6bbbb5d75df8b009db867
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |