Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Is multivalue functionality is possible in content fragment?

Avatar

Level 2

I want to create a multifield in content fragment to combine two fields like text field and richtext field (multivalue functionality) how to achieve that?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Adobe recommended approach to implement nested content fragment to achieve multifield functionality.

For detailed instructions, you can explore the discussion thread for a step-by-step process.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-create-custom-conte...

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @ssin93 

You can take a look at below implementation where the similar functionality is achieved

 

http://experience-aem.blogspot.com/2022/05/aem-6512-content-fragment-editor-composite-multifield-vis...

 

 

Avatar

Correct answer by
Community Advisor

Adobe recommended approach to implement nested content fragment to achieve multifield functionality.

For detailed instructions, you can explore the discussion thread for a step-by-step process.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-create-custom-conte...

Avatar

Level 2

Hi @Mahedi_Sabuj @sherinregi 

Is it possible to implement text fields, richtext, image, video and collapsible field  as a multi-level function in a content fragment?

Avatar

Community Advisor

You can use following Data Types in Content Fragment Model:

  • Single Line Text (Text Fields)
  • Multi Line Text (Rich Text)
  • Content Fragment (Image, Video)