Hi @Kamal_Kishor , We can use the widgetType@Property(label = "select the path", description = "Enter the poth", property = { "widgetType=pathbrowser", "pathbrowserRootPath=/content/myproject"})String path();
Hi @OsmanWa ,By default, EDS will not index any of the content from *.aem.live or *.aem.page by loading default robots.txt with the below configUser-agent: *
Disallow: /so your content will not be indexed. For authentication refer - https://www.aem.live/docs/authentication-setup-site
Please confirm if you are able to see the Groovy Console when you access this URL:https://your-aem-url/groovyconsoleIdeally, if the same code is installed, you should see the console in PROD as well. If you are not able to execute scripts, it means the necessary access is not available for your user...
Here's how you can retrieve fragments using the (AEM) Sites API:curl -i -X GET "http://localhost:4502/adobe/sites/cf/fragments?limit=1&path=/content/dam/&references=direct" -H "Authorization: Basic YWRtaW46YWRtaW4="Use the API URL provided in the documentation - https://developer.adobe.com/experienc...
We are working on a periodic cleanup activity in AEM as a Cloud Service (AEMaaCS) to delete assets older than 180 days. As part of this process, we also need to programmatically delete root folders if they are empty after the assets are removed. On an average, we have more than 500 assets to be clea...
Hi @amargupt , For adding this in AEMaaCS you should be able to embed the necessary packages in all/pom.xml :ex: <embedded> <groupId>org.gs4tr.globallink.adaptors</groupId> <artifactId>gs4tr-globallink-adaptors-aem.all</artifactId> <type>zip</type> <target>/apps/your-vendor-packages/content/install<...
In AEM as a Cloud Service, having multiple repositories deployed individually is not feasible. This is because the cloud platform converts everything into a single immutable image as part of the deployment process. However, you can achieve modularity and manage multiple codebases by utilizing Git su...
Hi @Erika_Antkowiak ,To check if the custom metadata schema is present and troubleshoot potential issues:Verify the CRX Path:Check if the custom metadata schema exists at the following path:/conf/global/settings/dam/adminui-extension/metadataschema.Check for Code Overrides:There is a chance this sch...