Skip to main content

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

Download files

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

Source Distribution

wagtailversesblock-1.0.0.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wagtailversesblock-1.0.0-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

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

Hashes for wagtailversesblock-1.0.0.tar.gz
Algorithm Hash digest
SHA256 eb6b44975d090063c16f47582e3a2bc96497cf67a024302d1280e2501337a0cc
MD5 798adadfc2a5f4f06c6f87c7e4a5ed78
BLAKE2b-256 d23e819855af80a17d021fb50e32460ea905ab12a1be5e916f7b85da3c01804c

See more details on using hashes here.

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

Hashes for wagtailversesblock-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 efd379ecac3b16cdc9036d1e73d3c7803e57411622d737ba90c89903c3814293
MD5 58a77ba8e186cf6348eb04b472c0a7b2
BLAKE2b-256 a3aeebaf024b02ebb98f384843f5f225ef3ef6832958c2eebe4762ae71cd8652

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page