Matt Westcott

Results 519 comments of Matt Westcott

To summarise, it sounds like what's being proposed is for some or all views within the admin to adopt a variant of the `{% image %}` tag mechanism for generating...

Adapted and merged in 0d58df2d468a874fbd8ca02c2ff160a316250ae8.

+1 for making this more prominent, having looked into the UX considerations of #12669 and been surprised that there's very little to steer users away from setting an unpublished page...

Thanks for the suggestion @Yanmatheus0812! This should be possible through [a Django validator](https://docs.djangoproject.com/en/5.2/ref/validators/), or [a custom form](https://docs.wagtail.org/en/stable/advanced_topics/customization/page_editing_interface.html#customizing-generated-forms) with [a `clean` method](https://docs.djangoproject.com/en/5.2/ref/forms/validation/#cleaning-a-specific-field-attribute). Definitely in favour of better documentation for this, and...

Confirmed on bakerydemo by adding `gallery = ListBlock(ImageBlock())` to the definition of `BaseStreamBlock` in base/blocks.py, running `./manage.py makemigrations` (to create the schema migrations) then creating a new migration in the...

MultipleChooserPanel isn't usable within a StreamField, so I think this is still relevant.

@thibaudcolas Fair point! Will close this one as a duplicate then.