Custom Metadata field with Multifield text | Community
Skip to main content
New Participant
October 16, 2015
Solved

Custom Metadata field with Multifield text

  • October 16, 2015
  • 1 reply
  • 794 views

I have cutsom metadata fields, for one of the field i want it to be multifield. is there a OOTB functionality for this? if not any advise?

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 smacdonald2008

You can create a custom xtype that defines a multifield using JS logic.

In that multifield - you can create a https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.dam.form.Metadata object. 

See this new community article to learn how to create a custom xtype that defines a multifield using JS logic:

https://helpx.adobe.com/experience-manager/using/nested_multifield.html

So instead of a textfield (as shown in the article) - define a Metadata object:

[img]a11.png[/img]

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

You can create a custom xtype that defines a multifield using JS logic.

In that multifield - you can create a https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.dam.form.Metadata object. 

See this new community article to learn how to create a custom xtype that defines a multifield using JS logic:

https://helpx.adobe.com/experience-manager/using/nested_multifield.html

So instead of a textfield (as shown in the article) - define a Metadata object:

[img]a11.png[/img]