I am trying to implement a custom content provider in Epi CMS. Its basically just an image provider, but using a 3rd party image host. So the content provider I am developing should not be loading in binary/blob data to Epi and instead just use the Url of the 3rd party hosted image as the Url Epi uses to display the image. Everything I am finding online, in World and in various Github repos use blob data, or the content is blocks and not images so I am having a heck of a time. Has anyone implemented anything similar?
↧