Dear All, I have configured Day CQ Mail service in my local like below. Now I have written one servlet to get email and I am successfully getting email like below. I have written below servlet. ************************** SendEmailAdminLoginServlet ******************************* import java.io.IOE...
Hi @abhishekanand_ , I tried below regex and still it is not working var createArticleUpdatedURLRE = new RegExp("\\/mnt\\/overlay\\/dam\\/cfm\\/admin\\/content\\/v2\\/createfragment.html\\/content\\/dam\\/content-admin\\/(\\w)+\\/articles\\/[\\w|-]+\\/[\\w|\\s|-]+\\/([\\w\\d]){4}(\\/(\\w|\\(|\\))+)?...
Dear All, I have below regex for creating article Content Fragment new RegExp("\\/mnt\\/overlay\\/dam\\/cfm\\/admin\\/content\\/v2\\/createfragment.html\\/content\\/dam\\/content-admin\\/(\\w)+\\/articles\\/[\\w|-]+\\/[\\w|\\s|-]+\\/([\\w\\d]){4}(\\/(\\w)+)?"); When we try to create the article CF u...
Hi Please see my response in below. First I would say that proper wording is not that you want to merge two content fragments (that is not possible) but rather you want to aggregate the JSON representation of each into a single JSOn and return that.@subnaik - Yes I want to merge also 2 content fragm...
Dear All, I have one customized content fragment model called smartwidget as shown below. ************************************** START ***********************************************<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="htt...
Dear All, I am calling one Backend API in my service impl class like below. Previously to get the username I was using [backend API]/content-author/v2/privateCommunityManager/subnaikand value is coming fine in postman. Now we have updated like below and the value are coming fine in POSTMAN.[backend ...
@MukeshYadav_ I have added the slingresourcesupertype as below. Now my image is coming inside the asset container , but in html it is not coming like below. Ideally it should come like below.
Hi All, I have written one header component like below. But when I am uploading image from my local , as shown below then Image is not coming as shown below. I have written below HTL, JAVA and cq:dialog **************************** HTL ************************************<sly data-sly-use.headero...