{"id":24340900,"url":"https://github.com/correct-syntax/wagtail-versesblock","last_synced_at":"2026-05-06T04:04:05.946Z","repository":{"id":62588103,"uuid":"284582378","full_name":"Correct-Syntax/wagtail-versesblock","owner":"Correct-Syntax","description":"Bible verse highlighter/formatter streamfield block for Wagtail CMS.","archived":false,"fork":false,"pushed_at":"2020-12-02T14:14:44.000Z","size":177,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T11:49:30.441Z","etag":null,"topics":["bible","bible-verse-highlighter","streamfield","verses","wagtail","wagtail-cms"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Correct-Syntax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-03T02:15:59.000Z","updated_at":"2025-01-17T08:41:27.000Z","dependencies_parsed_at":"2022-11-03T22:16:23.269Z","dependency_job_id":null,"html_url":"https://github.com/Correct-Syntax/wagtail-versesblock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Correct-Syntax%2Fwagtail-versesblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Correct-Syntax%2Fwagtail-versesblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Correct-Syntax%2Fwagtail-versesblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Correct-Syntax%2Fwagtail-versesblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Correct-Syntax","download_url":"https://codeload.github.com/Correct-Syntax/wagtail-versesblock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243104614,"owners_count":20237001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bible","bible-verse-highlighter","streamfield","verses","wagtail","wagtail-cms"],"created_at":"2025-01-18T07:12:38.119Z","updated_at":"2025-12-26T04:16:36.051Z","avatar_url":"https://github.com/Correct-Syntax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wagtail Verses Block\n====================\n\nSimple and easy-to-setup Bible verse highlighter/formatter streamfield block for Wagtail CMS. Useful for quoting Scripture verses in a blog post, etc.\n\n\n# Screenshots\n\n![\"Wagtail verses block result\"](https://github.com/Correct-Syntax/wagtail-versesblock/blob/master/screenshots/wagtailversesblock-block-result.jpg?raw=true \"Wagtail verses block result\")\n\n![\"Wagtail verses block admin\"](https://github.com/Correct-Syntax/wagtail-versesblock/blob/master/screenshots/wagtailversesblock-block-admin.jpg?raw=true \"Wagtail verses block admin\")\n\n\n# Usage\n\nInstall via pip:\n\n``pip install wagtailversesblock``\n\nImport and add ``VersesBlock`` to *models.py*:\n\n```python\n\n...\n\nfrom wagtail.core.models import Page\nfrom wagtail.core.fields import StreamField\n...\nfrom wagtailversesblock.blocks import VersesBlock\n\n...\n\nclass ExamplePage(Page):\n\n    ...\n\n    body = StreamField([\n        ('verses', VersesBlock()),\n    ], null=True)\n\n```\n\n\n# Development\n\nPull requests and/or feature suggestions are welcome!\n\n\n# License\n\nLicensed under the BSD 3-Clause license","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrect-syntax%2Fwagtail-versesblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorrect-syntax%2Fwagtail-versesblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrect-syntax%2Fwagtail-versesblock/lists"}