Versioned client libs to work will still require to remove the page cache from the directory but not necessarily the clientlibs. As with versioned clientlibs will always have a new file name with the deployment but the page will still refrerence the old clientlibs as its cached so you need to delete...
this is what provided in abode documents about jcr:uuid.
https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/4.9_Referenceable_Nodes.html
The jcr:uuid property is a protected, auto-created, mandatory property. This means that it is created and administered by the system a...
Are you trying to create maven archetype on personal pc or your company computer. If you are on company computer you might be blocked with company proxy policies that might be blocking the download from https://github.com/adobe/aem-project-archetype/blob/develop/VERSIONS.md and I believe you might t...
You can use
uncheckedValue string as explained on
https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/checkbox/index.html
No, this is not what I am looking for. I am looking for a way to create parsys node in jcr based on user selection and not the number of parsys node created in dialog. For reference Tabs component or layout foundation component. Extending a tab component is not going to work for me because of multip...
Extending tabs component is not going to be feasible in my use case as tabs component uses childreneditor component as resource type and they provide the allowed component list for parsys to be configured on tabs dialog but in mine use case I only need to provide parsys not any components. I don’t w...
That’s my ask is how to get rid of unused content nodes without writing custom code to delete the node. For example the way core Tab components work. Is there a way to achieve something similar to core Tabs components