Is there a way to have a component for the metadata schema expand based on the contents of the node?
For example we have a field called "legacyMetada" which came from previous DAM systems. This legacyMetadata can have many words and values that are strung together on the node:
{"IndexClass":"NYPD-Gap","AssetClass":"Accessories","AssetNumber":"20061018.00.00011","SampleType":"Headwear-Other","Description":"White straw cowboy hat with embroidered flowers","Department":"Girl's","Classification":"Straw","Details":["Overall Design"],"PurchasedFrom":"Retail","Season":"Summer","Year":"2006","SecGroup":"NYPD - Gap","SecType":"_grp"}
Currently, the form display is a single line and the user has to "scroll" to see the full contents. Is there a way to have the form adjust to the amount of content?
Ideally, we would like to parse out these values and put into a proper metadata space but do not know how...