Has anybody else seen this problem in CQ5.5? Create some custom Metadata settings using these instructions: Create /apps/dam/content/asseteditors/formitems (copy the form from/libs/dam/content/asseteditors/formitems).Add a new control and set the name to ./namespace:property e.g, ./dam:Example.Save ...
Is there a way to have multiple smartimage widgets in a single dialog? Specifically I'm struggling with the requestSuffix parameter. Most of the other ones I can adapt to get the second widget to save its info to a different location from the first, but I can't see how to do that with requestSuffix....
Hi All,I need to create mobile page for the existing normal cq page.Is there any feature in cq to achieve the above functionality?Have you ever developed mobile page in cq5?If so please guide me. Regards,Anderson
I am trying to send Newsletter to a set of recipients using below code ResourceResolver resolver = resourceResolverFactory .getAdministrativeResourceResolver(null); Session session = resolver.adaptTo(Session.class); PageManager pageManager = pageManagerFactory.getPage...