How to customize content fragment in AEM6.4 | Community
Skip to main content
Level 2
May 8, 2020
Solved

How to customize content fragment in AEM6.4

  • May 8, 2020
  • 1 reply
  • 2580 views

Hi Team,

 

We got a request to implement below customization content fragment in AEM6.4. Could you please provide your suggestion/advise on this.

 

1) Add a paragraph text under a text field (granite/ui/components/coral/foundation/form/textfield), which provide some key notes about the text field( like "*Note the text field value much exactly match the value set up in the xyz system...") and we don't want to use field description and it need to be a paragraph.

 

2) We have a dropdown in the content fragment and we need to show/hide other fields in content fragment based on the dropdown value.

 

Thanks

Seran.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

You create youe won data model to have specific fields in the content fragments and use core content fragment component to show hide fields

https://docs.adobe.com/content/help/en/experience-manager-core-components/using/components/content-fragment-component.html

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 29, 2020

You create youe won data model to have specific fields in the content fragments and use core content fragment component to show hide fields

https://docs.adobe.com/content/help/en/experience-manager-core-components/using/components/content-fragment-component.html

 

Arun Patidar