Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
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

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)