Hi @SantoshSai, The concept of mutable and immutable content is for AEM as a cloud service. I don't think it is mentioned in the query asked. Thanks,Kiran Vedantam.
HI @mrudul The rendition is also an asset and you can get the length and width using the metadata.Int length = resourceResolver.getResource("<<path to resource>>").adapto(Asset.class).getMetadataValue(tiff:ImageLength) Hope this helps! Thanks,Kiran Vedantam.
Hi @Nandheswara, As this is only seen in VS code can you raise the issue here: https://github.com/microsoft/vscode/issues Hope this helps! Thanks,Kiran Vedantam.
HI @webdev91 The hierarchy will always be /content/project-name/country/language/pages. So you can follow below structure:/content/project-name/us/en/content/project-name/in/enHope this helps!Thanks,Kiran Vedantam
Are you trying bulk asset properties update @Vinodthakur? You can try writing a custom workflow step that replicates the assets on the update of the properties. Thanks,Kiran Vedantam.
Hi @Vinodthakur You can write a Sling event listener which listens to the events at the asset's node specified and then replicates the modified asset/pagehttps://github.com/sunilkumar1117/AEM-Sample/blob/master/acs-aem-samples-master/bundle/src/main/java/com/adobe/acs/samples/events/impl/SampleJcrE...
Hi @Veenu Can you check the complete logs in Jenkins, what is it saying? Service unavailable is generally if the server is not reachable or not switched on. Thanks,Kiran Vedantam.