Customization on Content Fragment Add multifield contain 3 text field in CF [AEM6.5] | Community
Skip to main content
Level 2
May 10, 2024
Solved

Customization on Content Fragment Add multifield contain 3 text field in CF [AEM6.5]

  • May 10, 2024
  • 3 replies
  • 681 views

Hi Team,
I need reference where I want to add a custom multifield which contain [3 text field] in content fragment.
I came across some good documentation

But I am not able to add multifield which contain [3 text fields] in Content Fragment :

Like I want to include multifield

{ "jcr:primaryType": "nt:unstructured", "colors": { "jcr:primaryType": "nt:unstructured", "composite": true, "fieldLabel": "Colors", "sling:resourceType": "granite/ui/components/coral/foundation/form/multifield", "fieldDescription": "Click 'Add field' to add a new color", "granite:data": { "jcr:primaryType": "nt:unstructured", "item-limit": "2" }, "field": { "jcr:primaryType": "nt:unstructured", "name": "./colors", "sling:resourceType": "granite/ui/components/coral/foundation/container", "items": { "jcr:primaryType": "nt:unstructured", "color": { "jcr:primaryType": "nt:unstructured", "name": "color", "fieldLabel": "Color", "sling:resourceType": "granite/ui/components/coral/foundation/form/textfield", "fieldDescription": "Fill in a hex value: # and 6 characters" }, "color2": { "jcr:primaryType": "nt:unstructured", "name": "color2", "fieldLabel": "Color2", "sling:resourceType": "granite/ui/components/coral/foundation/form/textfield", "fieldDescription": "Fill in a hex value: # and 6 characters" }, "color3": { "jcr:primaryType": "nt:unstructured", "name": "color3", "fieldLabel": "Color3", "sling:resourceType": "granite/ui/components/coral/foundation/form/textfield", "fieldDescription": "Fill in a hex value: # and 6 characters" } } } } }

 

Please let me know the way to achieve this.

 

Thank you ! 🙂

 

@kautuk_sahni  @arunpatidar  @lukasz-m  @estebanbustamante 

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

3 replies

Level 3
May 16, 2024

@marcos_aem Can you provide more info regarding how do you want to expose the above mentioned multifield ?

If its at component level - there is a way we can achieve it

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 27, 2024
kautuk_sahni
Community Manager
Community Manager
June 10, 2024

@marcos_aem Did you find the suggestions from users helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni