File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33A reusable Wagtail block that displays thumbnail images for choice fields, making it easier for content editors to visually select options.
44
5+ ## Examples
6+
7+ A theme field may want to display a thumbnail of each available theme:
8+ <img width =" 1001 " height =" 335 " alt =" example-theme " src =" https://github.com/user-attachments/assets/6ebbbce4-df4f-4c02-a7ad-baaecd2fae53 " />
9+
10+ An icon field may want to display a thumbnail of each available icon:
11+ <img width =" 1013 " height =" 390 " alt =" example-icon " src =" https://github.com/user-attachments/assets/1bcdfa54-bede-4db6-a402-2a3762c59567 " />
12+
13+
514## Features
615
716- ** Visual Selection** : Display thumbnail images (recommended 80x80px) for each choice option
@@ -292,4 +301,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
292301
293302Releases are done with GitHub Actions whenever a new tag is created. For more information,
294303see [ build.yml] ( .github/workflows/build.yml ) . If adding a new tag, make sure to first update the
295- version in pyproject.toml.
304+ version in pyproject.toml.
You can’t perform that action at this time.
0 commit comments