Hello there!
So, we have a use case for having some images and files that are managed outside of the main Wagtail images / docs workflow.
I've tried adding ImageFields and FileFields to models registered as snippets and also to custom blocks, and while the initial widgets render OK, hitting save or publish does not seem to store any updated files.
I could potentially wire up my own custom field type that would implement similar functionality to the standard Django ones, but I'd obviously rather utilise the standard ones if possible.
Does anyone know why these fields' save functions are not getting executed in the 'wrapped' Wagtail versions?
Cheers, sCam