- Add
metadata
column to images table
ALTER TABLE images
ADD metadata json default null,
ALGORITHM=INPLACE,
LOCK=NONE;
- Update the VueFineUploader to include / send the external id and post to create
- Store external source and id in meta data table column
- Update Create Image Endpoint to return external and external_id
- TinyMCE
- Pagebuilder
- On non content builder sites output the javascript to do the tracking as with content builder sites. (in the powered by include)
- Gallery
- Slideshow
- Banner Widget