Reading Ckeditor through Java API
Hi,
I want to send some info to the registered users that we have on the website in email, content like campaign info, Ads, offers etc. I have Java code which pulls the information from the WCS through AssetDataManager by reading the Campaign asset. But I faced one roadblock while reading the data of an attribute of CKeditor type.
In the template we have tags which read the data inside the ckeditor enabled attribute and convert it into proper html code, even if we have embedded image asset it automatically calls the template and create full blob URL. the same content is then displayed on the page.