I would like to execute a piece of code with all dam asset resources. How can I achieve this just like we do with a cq:Page? Any suggestions appreciated Thanks Sanjay
I have to pre fill a property of the page in CQ dialog with the value of page path. So, looking for ways to run a script only at the time of page creation to assign the property to the page. Any help appreciated.ThanksSanjay
I am trying to configure a custom report that pulls pages from a path that should exclude some directories. For ex:I wanted everything under /content business except the below directories/content/business/enterprise(Site A)/content/business/support(Site B) How can i configure the root path for the r...
The OOTB sightly image component (libs/wcm/foundation/components/image) does not render the image preview in dialog. Instead it just shows the file name when the dialog is reopened after initital upload.However the classic version of image component found under libs/foundation/components/image works...
I tried the way you suggested but did not solve it. The js file in the new location is not being included to my site.I have created a folder under etc/clientlibs with the site name and put the js file in there with a new category name and this category name as a dependency to my clientlib of site un...
Is there a way to override the javascript file inside /etc/clientlibs.Precisely I want to extend the functionality in /etc/clientlibs/granite/coralui2/optional/rte/js/components/rte/ui/dialogs/LinkBaseDialog.js file
I actually want to reference a page-component(which is developed on a different page template) on a particular page template and dont want to make it editable except in the actual location. For example: A footer which is developed on a page and included on other templates.
I am trying to disable the dialog for a component when it is included on a page template using a data-sly-resource. The component has the dialog but should be disabled only when it is referenced on a page. Please suggest on how to achieve this.