Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

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

Uploaded 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