.editorconfig
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
noxfile.py
pyproject.toml
requirements-dev.txt
requirements-test.txt
setup.cfg
tests/__init__.py
tests/conftest.py
tests/manage.py
tests/models.py
tests/settings.py
tests/test_admin.py
tests/test_blocks.py
tests/test_factories.py
tests/urls.py
tests/migrations/0001_initial.py
tests/migrations/__init__.py
tests/templates/tests/standard_page.html
tests/templates/tests/blocks/hero_block.html
tests/templates/tests/blocks/row_columns_block.html
wagtail_cblocks/__init__.py
wagtail_cblocks/blocks.py
wagtail_cblocks/factories.py
wagtail_cblocks/wagtail_hooks.py
wagtail_cblocks.egg-info/PKG-INFO
wagtail_cblocks.egg-info/SOURCES.txt
wagtail_cblocks.egg-info/dependency_links.txt
wagtail_cblocks.egg-info/requires.txt
wagtail_cblocks.egg-info/top_level.txt
wagtail_cblocks/locale/fr/LC_MESSAGES/django.mo
wagtail_cblocks/locale/fr/LC_MESSAGES/django.po
wagtail_cblocks/static/wagtail_cblocks/css/editor.css
wagtail_cblocks/templates/wagtail_cblocks/button_block.html
wagtail_cblocks/templates/wagtail_cblocks/columns_block.html
wagtail_cblocks/templates/wagtail_cblocks/heading_block.html
wagtail_cblocks/templates/wagtail_cblocks/image_block.html
wagtail_cblocks/templates/wagtail_cblocks/paragraph_block.html