Hello. We currently have a portal in AEM version 6.5 in Managed services.This portal allows logged users and this user can upload documents. These documents are stored in the publish.For the replication of these documents between publish, we have a sling content distribution configured and it works ...
Hi,I am a beginner in AEM,I want to implement the following function as in screenshot. This site has a paging function. How can I implement it.Best regards!
Hi All, We are in middle of migrating from the old code base to new codebase. As part of which I want to keep both the project running and getting deployed to AEM as Cloud Service. For this I have created this sample project structure. My Parent pom which you see in the above screenshot below <?xml...
Hi All, vanity in page properties works fine i.e https://www.test.com/abc redirects to https://www.test.com/en/samplepage.html but to make it redirect to with using query parameter , do we have any custom solution to manage from page properties how we can append parameter fname=aa&lname=bb from page...
Hi All, Unable to see "Auto-start workflow" option on asset folders in Local AEMaaCs SDK. Looks like this feature is not enabled on any local set up its available on the Cloud Service Instance. Anyone can you let me know, how to configure custom workflow on folder for development activity as it invo...
I have Next Generation Dynamic Media set up, and I'm trying to figure out how to tell if the author selects 'Local' or 'Remote' in the dropdown for the authoring dialog of the Image V3 component. Would really appreciate any help. https://experienceleague.adobe.com/docs/experience-manager-core-compon...
Is there a way to jcr query or sql query all the assets by the replication status? For example something like this.type=dam:Assetpath=/content/damproperty=replication/isActivatedproperty.value=true
Hi community I want to write a generic rule to deny this type of path/content/dam/myproject/asset.jpg/.4.json/content/dam/myproject/asset.xls/.4.jsonI already have this rule in dispatcher and its not applying for this paths/0081{/type "deny"/selectors '((sys|doc)view|query|[0-9-]+)'/extension '(json...
We have two components:Book Component (sling:resourceSuperType="xyz/components/image")Book Listing Component In Book Component Model Implementation, init method we are using Modal Factory to get image model. "image = modelFactory.getModelFromWrappedRequest(request, request.getResource(), Image.class...