So I want to refer to the component which we have created as part of one of the pages and render the same content with the same authored data on another page, how can this be achievable?
Solved! Go to Solution.
Views
Replies
Total Likes
For different approach, follow the below steps
Hope this is helpful
yes. The best way to deal with this is with an experience fragment.
More on experience fragment: https://experienceleague.adobe.com/docs/experience-manager-64/authoring/authoring/experience-fragmen...
Thank you for your comment.
But I am not looking for an experience fragment way, Any other suggestion would be much appreciated.
if not with experience fragments, you'll have to deal with this in a complex way.
At the moment I could think of creating a data node where you have all the content in the jcr:content properties – from your custom component read these properties from the node from your sling model and display them on dragging it. The only thing here is you figure out how you wanna author this data node.
I would still recommend using Experience Fragments to keep it simple and author-friendly.
Create an experience fragment page and configure the required component on that page.
Then configure the experience fragment component where ever it is required and same content is displayed at all the places where it configured.
Please refer this documentation for information on Experience fragments.
Hope this is helpful
Thank you for your comment.
But I am not looking for an experience fragment way, Any other suggestion would be much appreciated.
Earlier AEM had Reference Paragraph [1] component, which was removed from the Touch UI interface, and AEM Introduced a more flexible way to manage and use shared content, called Experience Fragments [2].
You should create xFragments for the content that is reusable, and use the Experience Fragment core component [3] on your page to refer to experience fragment.
Hi @Mohit_KBansal ,
Thank you for your comment.
But I am not looking for an experience fragment way, Any other suggestion would be much appreciated.
Hi @Mohit1
If you are not looking for an experience fragment way, I would recommend you to use the content fragment.
Refer :- Adobe Experience Manager Help | Working with Adobe Experience Manager Content Fragments
Thanks
For different approach, follow the below steps
Hope this is helpful
Views
Likes
Replies
Views
Likes
Replies