Hi Jorg,To Clarify - We have a Bucket created specifically for our project in Google Cloud Storage, So the pages has to be added/updated onto this Bucket. Does that makes sense?
Hi Community,I have a requirement to use google cloud storage (CDN) to store the AEM pages when ever the page is published to publisher environment. How can i achieve this? Whenever the page is published the already exisiting page must be updated and if a new page is published this page has to be ad...
Hi All,On A different note, how can this path be added in filter.xml? any idea /thoughts? I tried regex patterns but its not working.Thanks in Advance!
Hi All,Below function worked for me, thanks for your repliesfunction(dialog){ var pagePath = CQ.utils.WCM.getPagePath()+"/jcr:content.json"; var result = CQ.shared.HTTP.eval(pagePath); var currentTemplate = result['cq:template']; }
Hi All,How Can i disable a tab in author dialog based on the current page template? I know i need to use a listener, can someone please tell me how to use it?
HI Kautak,Yes this excatly is my issue, i need properties.test value inside "<></>", suppose properties.test = "myTest", I want a html tag like this - <myTest></myTest>, Is this possible through sightly in any way?
Hi Kautuk,Thanks for the reply, I am able to create the String with <text></text>,But the issue is I need to convert this into a html tag and not as a text or string. It should appear in the DOM and not in the page.Thanks!