.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
setup.py
test_settings.py
.github/workflows/build.yml
.github/workflows/tests.yml
example/README.md
example/generate_thumbnails.py
example/manage.py
example/requirements.txt
example/setup.sh
example/demo/__init__.py
example/demo/settings.py
example/demo/urls.py
example/demo/wsgi.py
example/demo/home/__init__.py
example/demo/home/apps.py
example/demo/home/models.py
example/demo/home/wagtail_hooks.py
example/demo/home/management/__init__.py
example/demo/home/management/commands/__init__.py
example/demo/home/management/commands/setup_demo.py
example/demo/home/migrations/0001_initial.py
example/demo/home/migrations/0002_homepage_directory_icon.py
example/demo/home/migrations/__init__.py
example/demo/home/static/icons/moon.svg
example/demo/home/static/icons/sun.svg
example/demo/home/static/icons/arrows/down.svg
example/demo/home/static/icons/arrows/left.svg
example/demo/home/static/icons/arrows/right-16.svg
example/demo/home/static/icons/arrows/up.svg
example/demo/home/static/icons/mobile/arrows/right-16.svg
example/demo/home/static/icons/shapes/circles/circle.svg
example/demo/home/static/icons/shapes/circles/dot.svg
example/demo/home/static/icons/shapes/squares/rectangle.svg
example/demo/home/static/icons/shapes/squares/square.svg
example/demo/home/templates/home/home_page.html
example/demo/home/templates/home/icons/check.html
example/demo/home/templates/home/icons/heart.html
example/demo/home/templates/home/icons/info.html
example/demo/home/templates/home/icons/star.html
example/demo/home/templates/home/icons/inline/check.html
example/demo/home/templates/home/icons/inline/down.html
example/demo/home/templates/home/icons/inline/heart.html
example/demo/home/templates/home/icons/inline/info.html
example/demo/home/templates/home/icons/inline/left.html
example/demo/home/templates/home/icons/inline/right.html
example/demo/home/templates/home/icons/inline/star.html
example/demo/home/templates/home/icons/inline/up.html
example/demo/static/css/demo.css
example/demo/static/thumbnails/buttons/ghost.png
example/demo/static/thumbnails/buttons/gradient.png
example/demo/static/thumbnails/buttons/outline.png
example/demo/static/thumbnails/buttons/solid.png
example/demo/static/thumbnails/colors/blue.svg
example/demo/static/thumbnails/colors/green.svg
example/demo/static/thumbnails/colors/purple.svg
example/demo/static/thumbnails/colors/red.svg
example/demo/static/thumbnails/layouts/grid.png
example/demo/static/thumbnails/layouts/list.png
example/demo/static/thumbnails/layouts/masonry.png
example/demo/static/thumbnails/themes/auto.png
example/demo/static/thumbnails/themes/dark.png
example/demo/static/thumbnails/themes/light.png
example/demo/templates/base.html
tests/__init__.py
tests/conftest.py
tests/test_accessibility_axe.py
tests/test_blocks.py
tests/test_widgets.py
wagtail_thumbnail_choice_block/__init__.py
wagtail_thumbnail_choice_block/apps.py
wagtail_thumbnail_choice_block/blocks.py
wagtail_thumbnail_choice_block/wagtail_hooks.py
wagtail_thumbnail_choice_block/widgets.py
wagtail_thumbnail_choice_block.egg-info/PKG-INFO
wagtail_thumbnail_choice_block.egg-info/SOURCES.txt
wagtail_thumbnail_choice_block.egg-info/dependency_links.txt
wagtail_thumbnail_choice_block.egg-info/requires.txt
wagtail_thumbnail_choice_block.egg-info/top_level.txt
wagtail_thumbnail_choice_block/locale/en/LC_MESSAGES/django.mo
wagtail_thumbnail_choice_block/locale/en/LC_MESSAGES/django.po
wagtail_thumbnail_choice_block/locale/es/LC_MESSAGES/django.mo
wagtail_thumbnail_choice_block/locale/es/LC_MESSAGES/django.po
wagtail_thumbnail_choice_block/locale/ru/LC_MESSAGES/django.mo
wagtail_thumbnail_choice_block/locale/ru/LC_MESSAGES/django.po
wagtail_thumbnail_choice_block/static/wagtail_thumbnail_choice_block/css/thumbnail-choice-block.css
wagtail_thumbnail_choice_block/static/wagtail_thumbnail_choice_block/js/thumbnail-choice-block.js
wagtail_thumbnail_choice_block/templates/wagtail_thumbnail_choice_block/widgets/thumbnail_radio_select.html