Hi Team,
We have a CSV having list of assets to be deleted from instance and the list is in bulk [100+ assets path]
Removal of bulk assets will be one time activity, so what could be the best optimized approach?
eg :
Path
/content/dam/test/test-a/image.png
/content/dam/test/test-a/test-image.j...
Hi @Vijayalakshmi_S / @arunpatidar I have updated the Note in above question.I found that Maybe the issue with loading clientLibs "cq.authoring.dialog" for Configuration file.because when I tried to put Alert or console in cq.authoring.dialog clientlibs [apps/project/clientlibs/clientlib-authoring/j...
Hi,I am facing some issue in Configuration file.1.Show hide dropdown in multifield.2. Dialog Field Ajacent to each other. My Configuration file looks like: requirement 1: On selection of dropdown "Advance" I need to show "Enter URL Parameters" fields rest hide this field. requirement 2: Breakpoint ...
Hi Arun,I have updated the dialog in above question.since I need to hide the OOB width that is a multifield and under /libs/core/wcm/components/image/v3/image/cq:design_dialog/content/items/tabs/items/properties/items/content/items/widthsI am hiding the fields under width as you can see around last ...
Created a component and extended to core image componentI have used sling:hideChildren property to hide the Inherited fields from design dialog,Now I am trying to hide OOB width i.e. /libs/core/wcm/components/image/v3/image/cq:design_dialog/content/items/tabs/items/properties/items/content/items/wid...
Thanks, Bhuwan, yes I tried with this but if you could check the compatibility with the tried XML there will be the still issue that remains as is, maybe dialog refactoring required, but not sure how.
Hi Team,I need help regarding show hide dropdown field inside multifield where there are 4 fields in the dropdown. case 1: [1st field in Dropdown] if we click on the Country dropdown with Variable ID fieldcase 2: [2nd field in Dropdown] Add field and add Email where Email contains the same field as ...
Thank you BrianKasingli for this approach, I have created a textbox and on click on submit button invoked the servlet and based on that able to get the json.
Hi Team,I have a requirement, whereCreate a service which receives the path of a folder in DAM as input and iterates through all image assets in that folder and returns a json response capturing the name and altText of each image in that folder. The output format should be - [{"name":"<imageName>","...
Hi,I am looking for the best way to implement the Font management,Example we have a huge project where the fonts are being used in multiple sites.What is the best way to consolidate all the fonts into one place and make use of it also let say I want to implement the new font into our project how to ...