how to increase size of mutlvalued field in Metadata schema | Community
Skip to main content
Anny0505
New Participant
September 8, 2021
Solved

how to increase size of mutlvalued field in Metadata schema

  • September 8, 2021
  • 2 replies
  • 1255 views

Hi Everyone,

If anyone can help me in inreasing the size of the multifield property of a metadata to store more than 5k numbers/strings in Metadata schema.

 

Thanks!

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 Kishore_Kumar_

Hi @anny0505 ,

 

It is allowing me to enter more than 5k characters OOTB in Asset Metadata Schema Multi-value fields. Could you please check once in AEM vanilla instance as I couldn't replicate this issue in my local.

2 replies

Kishore_Kumar_
Kishore_Kumar_Accepted solution
New Participant
September 11, 2021

Hi @anny0505 ,

 

It is allowing me to enter more than 5k characters OOTB in Asset Metadata Schema Multi-value fields. Could you please check once in AEM vanilla instance as I couldn't replicate this issue in my local.

Anny0505
Anny0505Author
New Participant
September 12, 2021

Thank you very much. I will check this on plain vanilla instance and let you know.

Pawan-Gupta
New Participant
September 8, 2021

Hello,

 

While configuring multified along with multifield items like "textfield" or "textarea" you have a property name maxlength (long) you can configure to set the limit. I would suggest to use "textarea" if you have lengthy text to be authored.

(for widget reference)

https://www.adobe.io/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/textarea/index.html

 

Hope this helps.

 

 

New Participant
September 8, 2021

@8921868,

Thanks for your response.

Actually, The field is configured through METADATA SCHEMA (Tools --> Asset -->Metadata Schema) as mentioned below and I don't see any options or setting to configure multifield value length. If any suggestions really help me.

 

MultiField

 

 

MultiField Settings:

 

 

Thanks!