wagtail-condensedinlinepanel
wagtail-condensedinlinepanel copied to clipboard
Support for FileField (and ImageFileField)
Currently getting:
TypeError
Object of type 'ImageFieldFile' is not JSON serializable
Starts on condensedinlinepanel/edit_handlers.py
Line 43 return super(WagtailJSONEncoder, self).default(o)
I'm facing this exact issue with a bare FileField. Is there any workaround?