Matt Westcott
Matt Westcott
Current progress - the 'Add' button on MultipleChooserPanel is able to open the modal, with a `multiple=true` URL parameter to activate multiple selection, and the chosen items are returned to...
The prototype implementation (working under Wagtail 4.1 with wagtail-generic-choosers) is now released as a package: https://github.com/wagtail/wagtail-multiple-chooser-panel/ This depends on some new functionality in wagtail-generic-chooser (https://github.com/wagtail/wagtail-generic-chooser/pull/64) now released as v0.5: support...
Completed in #9886.
We might need to consider how this relates to #8042 - there are known issues with rounding errors due to us performing multiple integer/float conversions. (Since this specific PR is...
Addressed as part of #9842.
Yep, that's what I did - the problem is that I can't easily capture a cover image to go into the metadata cart, because the image I capture comes out...
Hmm, closer, but still not quite there - if I import a .png and immediately export it, it gets converted to the default palette. Imported screenshot:  Exported result: ...
Hi @Jaivignesh-afk - thanks for the PR. It looks like this also contains your changes from #11636 - please make sure you start your PRs from a fresh version of...
The best way to approach tests is to ask: "what does this change allow an end-user to do, that they couldn't do before?" In this case, they will be able...
On a point of naming - Telepath is just the data format / library for converting the JSON definition passed from the server-side code in the `data-block` attribute into full-featured...