Wagtail Blocks: Cards
=====================
This Wagtail block can be used to add a series of cards. It is styled on the editor screen.

Installation
------------
Run:
pip install wagtailblocks-cards
Then add `wagtailblocks_cards` to your installed apps.
Usage
-----
A CardsBlock is just a ListBlock with extra styling on the editor screen. Use it the exact same way as a ListBlock.
from wagtailblocks_cards.blocks import CardsBlock
Then:
body = StreamField([
('cards', CardsBlock(MyCustomBlock()))
])
Replace `MyCustomBlock()` with a custom block of your choice.
Finally, template as usual.
Notes
-----
You can also add a CardsBlock inside of a StructBlock or other structual block types for more control. You may want to inject more custom CSS to make it span the full width if you aren't using help text, or change the number of columns.
If [wagtailfontawesome](https://github.com/alexgleason/wagtailfontawesome) is installed, this app will detect it and use [fa-clone](http://fontawesome.io/icon/clone/) by default.
=====================
This Wagtail block can be used to add a series of cards. It is styled on the editor screen.

Installation
------------
Run:
pip install wagtailblocks-cards
Then add `wagtailblocks_cards` to your installed apps.
Usage
-----
A CardsBlock is just a ListBlock with extra styling on the editor screen. Use it the exact same way as a ListBlock.
from wagtailblocks_cards.blocks import CardsBlock
Then:
body = StreamField([
('cards', CardsBlock(MyCustomBlock()))
])
Replace `MyCustomBlock()` with a custom block of your choice.
Finally, template as usual.
Notes
-----
You can also add a CardsBlock inside of a StructBlock or other structual block types for more control. You may want to inject more custom CSS to make it span the full width if you aren't using help text, or change the number of columns.
If [wagtailfontawesome](https://github.com/alexgleason/wagtailfontawesome) is installed, this app will detect it and use [fa-clone](http://fontawesome.io/icon/clone/) by default.
Release files for wagtailblocks-cards 2.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 | |
|---|---|---|---|
| wagtailblocks_cards-2.1.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wagtailblocks_cards-2.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / wagtailblocks_cards-2.1.0.tar.gz
| Download URL | wagtailblocks_cards-2.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08c29b0087e3a936d1b3e653b817895ea1492c7136b554e987661e637ae58e25
|
|
BLAKE2b-256 checksum How to use checksums |
c9bfead270abb2d8fb759ce1ae96bdf438e57ff661c35e64026935ae646d9e21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / wagtailblocks_cards-2.1.0-py2.py3-none-any.whl
| Download URL | wagtailblocks_cards-2.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7a02b3ca3a9a185ea7c53d8f0a7258f4c0a77dd4bbe2851947a0d91c878f1ed5
|
|
BLAKE2b-256 checksum How to use checksums |
478f336bdde8dbdbd5324e891239240c94d18c4ef073abc5888455b2d67f8373
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |