Condensed InlinePanel for Wagtail CMS
This repository contains a drop-in replacement for Wagtail's InlinePanel.
It's designed with a lighter interface that's suitable for cases where there
may be hundreds of items in the panel.
Features
- Fast, react-based UI which hides away forms that aren't being used
- Drag and drop reordering
- Add a new item at any point
Installation
Firstly, install the module with PIP:
pip install wagtail-condensedinlinepanel==0.5.2
Then, add condensedinlinepanel to your INSTALLED_APPS:
# settings.py
INSTALLED_APPS = [
...
'condensedinlinepanel',
...
]
Then, finally, import the edit handler and use it. CondensedInlinePanel can be used as a drop-in replacement for Wagtail's built-in InlinePanel:
# models.py
...
from condensedinlinepanel.edit_handlers import CondensedInlinePanel
...
class MyPage(Page):
...
content_panels = [
...
CondensedInlinePanel('carousel_items', label="Carousel items", card_header_from_field="title"),
]
Release files for wagtail-condensedinlinepanel 0.5.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wagtail-condensedinlinepanel-0.5.3.tar.gz | 85.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wagtail_condensedinlinepanel-0.5.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 175.9 kB
Release files / wagtail-condensedinlinepanel-0.5.3.tar.gz
| Download URL | wagtail-condensedinlinepanel-0.5.3.tar.gz |
|---|---|
| Size | 85.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e314ea32d02bc18407762477fda989efedc7df1f92cd2064aa3b41532c43251
|
|
BLAKE2b-256 checksum How to use checksums |
c0df2e525978594fb2423324451a05debdc2596807756d37348326518d4c6f7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.5
|
Release files / wagtail_condensedinlinepanel-0.5.3-py2.py3-none-any.whl
| Download URL | wagtail_condensedinlinepanel-0.5.3-py2.py3-none-any.whl |
|---|---|
| Size | 90.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
be66b6b2d3f00cc4295af23c1ea148ecf7f72cdf83420f0d3ba30549454aa1fe
|
|
BLAKE2b-256 checksum How to use checksums |
c12dd4601532c55a13e4d9099aed44fdfef814e87c69d2999f06cf48c6356f7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.5
|