Skip to main content

A simple list of cards.

Project description

Wagtail Blocks: Cards
=====================

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

![Screenshot](screenshot.png)

Installation
------------

Run:

pip install wagtailblocks_cards

Then add `wagtailblocks_cards` to your installed apps.

Usage
-----

Include the block wherever relevant and add it to any StreamField.

from wagtailblocks_cards.blocks import CardsBlock

Then:

body = StreamField([
('cards', CardsBlock())
])

Finally, template the block as usual.

Fields
------

*

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

wagtailblocks_cards-1.0.0-py2.py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 2 Python 3

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