1
The product can have more than one size and color. How would you go about adding a field with multiple entries.
Charles
Alright, I see.
You first need to create a JSON field called
sizes
for an example, then add the following json data to the field. This isn't very user friendly for editors
, but it isn't that complicated either. JSON ARRAY data structure example:
[
"Tesla",
"Aspark",
"Aptera"
]
Charles
Having an array of data is a core feature; I am unsure how this field isn't an option.
We could create a custom field, but to do so requires understanding the complexities of JavaScript and I am a Ruby developer.