Dan Braghiș
Dan Braghiș
As far as I see this, it is a documentation issue here and Wagtail core. Will happilly review PRs for either/both. Marking for the next release which aims to look...
Hey @ArthurConan, I believe this should be fixed in the latest 2.15, 2.16, 3.0 Wagtail versions. Related: https://github.com/wagtail/wagtail/pull/8161 Any chance you can double check?
Hey both, there is a feature planned that would do this, based on a setting. Cannot give ETAs just right now.. @phildexter and I feel this should be Wagtail core...
By way of update, https://github.com/wagtail/wagtail/issues/7592#issuecomment-1034790403 is the approach we're taking with core. PRs for wagtail-localize to follow. e.g. see https://github.com/wagtail/wagtail/pull/8002 for deletion.
Hey @juan0tron, This is rather late, but you can create your own media form and set in settings via `WAGTAILMEDIA_MEDIA_FORM_BASE` https://github.com/torchbox/wagtailmedia/blob/master/wagtailmedia/forms.py#L47 as of #83 With that you could specify your...
Given #83 (and a fix in #147) allow you to use your own media form, let's treat this as a documentation piece (i.e. "here's how to use Wagtail image for...
Thank you @juan0tron, that would be a rather nice addition!
Hey @Alex0jk, have you, by any chance, tested this with the more recent version of wagtail-localize? #434 changed the logic around that area of code
I wonder how is this different from the Wagtail Image support for animated images?
@thenewguy https://github.com/wagtail/rfcs/pull/71 would probably fill that need. Could you have a look and provide any comments?