Bible verse highlighter/formatter streamfield block for Wagtail CMS.
Project description
Wagtail Verses Block
Bible verse highlighter/formatter streamfield block for Wagtail CMS.
Usage
Import and add VersesBlock to models.py:
...
from wagtail.core.models import Page
from wagtail.core.fields import StreamField
from wagtailversesblock.blocks import VersesBlock
...
class ExamplePage(Page):
...
body = StreamField([
('verses', VersesBlock()),
], null=True)
Development
Pull requests and/or feature suggestions are welcome!
License
Licensed under the BSD 3-Clause license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wagtailversesblock-1.0.0.tar.gz.
File metadata
- Download URL: wagtailversesblock-1.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb6b44975d090063c16f47582e3a2bc96497cf67a024302d1280e2501337a0cc
|
|
| MD5 |
798adadfc2a5f4f06c6f87c7e4a5ed78
|
|
| BLAKE2b-256 |
d23e819855af80a17d021fb50e32460ea905ab12a1be5e916f7b85da3c01804c
|
File details
Details for the file wagtailversesblock-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wagtailversesblock-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efd379ecac3b16cdc9036d1e73d3c7803e57411622d737ba90c89903c3814293
|
|
| MD5 |
58a77ba8e186cf6348eb04b472c0a7b2
|
|
| BLAKE2b-256 |
a3aeebaf024b02ebb98f384843f5f225ef3ef6832958c2eebe4762ae71cd8652
|