Thanks @Imran__Khan for your reply. I have another path/folder which is available in the instance as part of different aem project and moreover we cannot merge or move the bundle to other project. is it possible to leverage the location(different aem proj location) to store the jar from this aem pro...
Hello Community - I have a maven project which has only the core module and don't have any other modules(ui.apps, ui.content, ui.config,ui.all) in it. I'd like to create a bundle and encapsulate it in the package, so that when you install package which should install the bundle automatically. I can ...
Hello Community, We're working on the cloud migration and we see some issues with the BPA report complaining about "Legacy foundation custom components were detected". The custom component is having a property called resourceSuperType which is pointing foundation/components/parbase. Can someone tel...
Thanks for your reply. Can you confirm if you're referring about any specific cache for assets api ? Title and Metadata properties are getting updated with the rename.
Hello All, We're using assets api to retrieve the content fragments. i.e www.author-aem/api/assets/cf/cflist.json and we are getting the response with the list of CFs which comes under the specific folder expect one CF(E.g. product-list). If we rename the specific content fragment (E.g. From product...
Hello Community - I see some issues with the cq:tags. The tags authored as part of page properties is getting deleted. from the jcr:content. I suspect some of the tags are not validate and because of that, day cq tagging service listener deletes the tags.
Is there a way to validate the tags progra...
Hello All - I have a tab with multifield section in the page-properties with three fields.
PathField for page/fragment selectionDropdown for datasource - Should dynamically populate this dropdown based on field 1.Hidden field to capture the dropdown selection value
Basically I wanted to show all t...
Hi All - I have a field in the dialog to select the content fragment. I am using pathbrowser to select the CF in the dailog. I could only see the content fragment not the variation. is there a way to display the content fragment variation for the selection.
Thanks for your reply. I wanted to implement/load the selector specific HTML only for the specific component authored on the page and not for the page/page component. I prefer to handle this selector based content loading using sling model or servlet rather than writing apache rewrite rule, is there...