Hi Friends,
I need to replace the "article intro image" field with "image upload field" so that the user should bypass the server's folder and directly upload the image, this image must be stored just as the "intro image" so that the various plugins and module may be able to find and render it.
I changed the storage of image upload field to
JSON | ARTICLE | images[image_intro]
and removed the original "article intro image" filed from the form
the database column "images" under "content" table is getting correctly inserted/ updated.
but the modules (veena camera carousel for content) not recognizing the image
can anyone please shed some light on what am I doing wrong?
Best Regards!!!