Skip to content

Add ability to upload media from Editor

Jamie Tanna requested to merge feature/editor-upload into develop

Instead of using https://micropub-media-endpoint-proxy.netlify.com/ which was a stop-gap until I had my own functionality, I may as well have it all set up within the Editor to do this for me.

This requires sending the right content-type on the form (as a multipart form POST) and setting up environment-aware endpoints.

Closes #221 (closed).

Merge request reports