Expand my Community achievements bar.

SOLVED

Custom Metadata field with Multifield text

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 10

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]

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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]