Hi @Sanjana12 ,
You can use it in the following way.
In the component dialog if you are using Coral3 resource Types make sure to use the composite="{boolean}true". Please see the below dialog snippet
<bookdetailswithmap
jcr:primaryType="nt:unstructured"
...
Hi @Sanjana12
Can you elaborate? Are you getting the link from Author in a Multifield widget? And are you trying to fetch it in Sling Model so that you can return it to Frontend?
Hi @chandrika123 ,
1. Delete the crx-quickstart folder.
2. Rename File as aem-publish-p4503.jar
3. Make sure 4503 port is not being used by any other application.
4. Double click on the JAR. It should start the application on 4503 port.
If the issue persists
In crx-quickstart go to -> bin -> sta...
Hi @DawidEaf
Seems like an issue with the File/Folder Permission with your User in your System. User might not have the required read/write permission. Kindly open CMD as Admin (Run as Administrator). And run the Maven Archetype command.
Thanks
Hi @Gourav_on
Can you add a logger and check the logs
Logging is available under com.adobe.granite.cors:
enable DEBUG to see details about why a CORS request was deniedenable TRACE to see details about all requests going through the CORS handler.
Usually, this error occurs when a script on your ...
Hi,
We have been using custom AEM components in Adaptive Form Fragments. But since we are moving to AEM Cloud we do not have an option to add custom Components to Form Fragment.
Form Fragment is created with cq:template:/libs/fd/af/templateForFragment/defaultFragmentTemplate.
'defaultFragmentT...
There seems to be an issue with the Query. The query is not able to generate results hence not able to return it to the Report. If we fix the query the report should ideally work.
I believe you are trying to fetch pages between 2 dates based on 'DateProp'. 'dateFrom' and 'dateTo' are provided in ...
Yes this was working for me in AEM 6.3.2, when we migrated to
6.5.5 we faced the same issue. I think it is safe to assume this was added in higher versions of AEM.
You might have to manually unlock the page or do it via a script if the number is more. But would not recommend it as it would defy t...
Hi,
Kindly refer to the below document, it explains on how you can add Multifield to CF. Although it would require JS customizations.
http://experience-aem.blogspot.com/2018/10/aem-6420-assets-content-fragments-coral-3-composite-multifield.html