Hi I'm implementing the following configuration regarding the sitemap and use absolute urls.https://experienceleague.adobe.com/docs/experience-manager-learn/sites/seo/sitemaps.html?lang=en#absolute-sitemap-urls They are showing that you can add it on the /etc/map/https or /etc/map/http depending on ...
We've a eventHandler that does some task on activate/deactivate. Now we've a preview server as well in place and want to understand on how to restrict tasks if destination server is preview server instead of publish server.
Hi If I have a parsys json generated does not have child components. whereas, if I have responsivegrid or container components then json generated has child components data as well. Question: how does json generation works recursively. Here is some example of content i am looking at. Here is some A...
Hey. I'm a technical writer. My company extensively uses AEM for its sites. We have a developer portal where clients find our API documentation - but it's not using AEM. Is AEM used widely as a developer portal?Is there a content type for representing OAS (Open API Specification) files? Thanks so mu...
<tagsjcr:primaryType="nt:unstructured"sling:resourceType="cq/gui/components/coral/common/form/tagfield"fieldLabel="Tags"fieldDescription="Let author choose a maximum of five tags"multiple="{Boolean}true"name="./tags"required="{Boolean}true"/> above is the configured dialog, is there any way to limit...
In error.log:11.05.2023 14:00:32.043 *ERROR* [[0:0:0:0:0:0:0:1] [1683793832002] GET /editor.html/content/testing.html HTTP/1.1] com.adobe.cq.msm.ui.servlet.IsSourceRenderCondition path /content/testing.html to check render condition is not valid 11.05.2023 14:14:45.117 *ERROR* [[0:0:0:0:0:0:0:1] [1...
Hi I am trying to create a config factory. Below are the three classes I have created public interface OSGiConfig {String getServiceUrl();} ===================================== import org.osgi.service.metatype.annotations.AttributeDefinition;import org.osgi.service.metatype.annotations.ObjectClassD...
How to select multiple fields in a JCR-SQL2 query like such: SELECT page.[jcr:created], page.[jcr:createdBy], page.[jcr:primaryType] FROM [cq:Page] AS pageINNER JOIN [nt:base] AS component ON ISDESCENDANTNODE(component, page)WHERE component.[sling:resourceType] = '/libs/fd/af/components/aemform'AND ...
I am trying to make a few page properties field read-only for a select group of users under a group.I can show/hide those fields based on the Granite Render Condition, but my requirement is to show the fields in a disabled way. I can do it via a JS and then fire a servlet to determine the group and ...