hi @Harsharya,I think you can leverage the _assetTransform parameter: documentationYou can update the query like so:_dynamicUrl
title
_assetTransform(format: WEBP, preferWebp: true)
In the response, the field _dynamicUrl should include the URL in WebP format.
hi @VijayRa10, by looking at this page the image element should have the following fields: _dynamicUrl is the URL to for image asset’s web-optimized delivery.The _dynamicUrl does not include a AEM origin, so the domain (AEM Author or AEM Publish service) must be provided by the client application._...
Cloud Manager supports GitHub (including GitHub Enterprise), GitLab, and Bitbucket repositories. The repository must be accessible via HTTPS and must not require interactive authentication at the time of registration (access tokens will be configured later if needed).Please review the official guide...
hi, To modify the HTML/HTL of a proxied Embed Core Component, you must ensure your custom component’s structure and inheritance are correctly configured. Your custom component must fully proxy the core component with the correct resource type and hierarchy./apps/<your-project>/components/embed└─ emb...
For the month format, 1/1 is equivalent to *, which can be seen as a personal preference. The format X/Y can be helpful for defining different occurrences. For example, 3/2 can mean "every 2nd month starting in March," or in specific terms.
hi @Darmien, Simply removing parsys and including components with a responsivegrid is not enough; the responsivegrid must be properly configured within each panel, and the component must inherit from the correct supertype and implement the necessary editor hooks.Core Components (v2+) already impleme...
hi @bosschaert, this expression schedules the job to run every day at 2:00 AMThe cron-like expression used in AEM's Sitemap Scheduler configuration follows the Quartz Scheduler format.Field-by-field Explanation:Seconds (0): The job triggers at the 0th second.Minutes (0): The job triggers at the 0th ...