Hi ,Inside StyledTextEditor,add property "styles" inside"rteplugins" { "styles": { "features": "*", "styles": { "eyebrow": { "text": "Eyebrow", "cssName": "eyebrow" }, }} In this way u have to add styles, let me knwo if u still f...
yes, we can customise it by extending core components and restricting the fields that are not required as per the requirement and we can also limit number of characters for text box or title by using maxLength property of type long . To hide particular field from core components in custom component ...
yes the cancelInsta property is there only at root level page not at page level. I created new page that page under root for that page also it's returning correct value but not for en/profession/product .
I have a root page say en, en has property cancelInsta checkbox checked and i have page en/index on this page the value of the checkbox returning is true and i have another page en/profession/product on this page the value is returning false. The vinheritedpageproperties value is returning different...
I have a root page say en, en has property cancelInsta checkbox checked and i have page en/index on this page the value of the checkbox returning is true and i have another page en/profession/product on this page the value is returning false. The vinheritedpageproperties value is returning different...
Sure,junits aemContext.request().setAttribute("productModelPage", "/content/Page");here is my model code:productModelPage is a variable if(StringUtils.isNotBlank(productModelPage)){ PageManager pageManager = resourceResolver.adaptTo(PageManager.class); Page productPage = pageManager.getPage(prod...
HI Team,I was able to get all properties of page when stubbed through json but not cq:tags,when I do page.getPath() it's getting the path but it's returning null for page.getTags() however I was able to see cq:tags property is not null it has tags when i debug it