In Text component I have added sourceedit plugin using the below structure/apps/foundation/components/text/dialog/items/tab1/items/text/rtePlugins/misctoolsNow every time i had a tag say <footer class="row" > <img src="images/svg/logo-colour.svg" class="logo"><ul class="links"></footer>It introduces...
Hi All,What exactly do the below signify.During template creation ResourceTypeAllowed ParentsAllowed ChildrenDuring Component creationResource TypeAny thoughts on this will be helpful.
I am looking to transfer some content between two 5.3 instances, but I cannot get the import to work. I have tried this in 5.6.1 and I get the same issue. I have carried the following,Exported usingC:\Development\export>vlt --credentials admin:admin export -v http://localhost:4502/crx /content/vault...
Hi, The docs here uses an image like i have attached to explain how to add quick reference links. I am following a similar procedure but i do not get the name, email and website boxes under the comment system.Please help me in getting this resolved.Thanks,Jai
In AEM 6.0, usingdata-sly-test="${wcmmode.edit}"would be false in "preview" mode in the authoring instance. However, this is no longer the case in 6.1. Trying to use ${wcmmode.preview} also doesn't work. Is there a way to determine if the page is in preview mode in sightly?Thanks
Hi, I am trying to display the date on which a particular item is created.The issue is with formatting.For instance, - If the item is created a day ago then i need to display 1 day ago. - If the item is created a on the same day then display number of hours like 3 hours ago. - If the item...
Hi,I want to create PDF of an page.My requirement is there will be a component as "Download as PDF" when i click on that component the current page will download as pdf.I gone through about Apache FOP and i created a sling servlet when i clicking on the above mentioned component made a ajax call to...
Hi,I have an image asset in my DAM. I want to retrieve the versions of the asset from the DAM using a querybuilder.json request call?Is there some parameter or property that I can pass in which will return the versions of the asset? Thank you
Hi All,I read the below in one of the forum.What is a Service?An OSGi service is a java object instance, registered into an OSGi framework with a set of properties. Any java object can be registered as a service, but typically it implements a well-known interface.The client of a service is always an...