I was just testing some dialog validation and no matter what I do the form always saves and closes.(function (document, $, ns) { "use strict"; $(document).on("click", ".cq-dialog-submit", function (e) { e.stopPropagation(); e.preventDefault(); ns.ui.helpers.prompt({ ...
Hi We were trying to create the AEM project and choose archetype 13. getting error as per attached screen.Did anyone created project by using archetype 13 and deplyed in AEM 6.4 via eclipse?ThanksSamer
On an AEM 6.4 site, I am trying to allow authors to upload SVG images to an image component.The dialog that accepts the image is:<image jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/fileupload" fieldLabel="Image" name="./file" fileNameParameter...
Hi All,We have a requirement to use the Title field for pages in AEM as internal only, and use Page Title to populate the various places the Title field would be used, like in the <title> tag.The need is so we can us Title to indicate, internally, more info about the page for reporting purposes. A g...
Is there a way to specify a path to be excluded in a pathfield/pathbrowser using a jcr property? Something like rootPath?I've been searching and I think this isn't possible this way.
Hi All,I am getting issue org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing while storing the values to Workitem in dialog participant step and found that its a bug. I dont see this issue fixed in Bug release notes. Any idea whether its resolved in 6...
We are using AEM 6.3My use case:There are totally 3 replication agents in my scenario1. On author, I have 2 replication agents2. One for activating the content to publish instance3. One agent to purge Akamai Cache.4. On publish there is one replication agent to flush dispactcher cache.Issue: I want ...
Hi team,I want to add the hreflang tag to my website for better SEO. From my research, the hreflang tag can be inserted inside <head>, and I saw from example that they use the href straight from their website, but is it possible to do it for the content page in AEM?My idea is using this:<link rel="a...