Building a Product Information Manager with Strapi

The way I made this possible is using json data type. As an example, for tshirt_sizes of json type name, I or the author manually adds the following code.

tshirt_sizes

{
  "data": [
    "xs",
    "sm",
    "med",
    "lg",
    "xl"
  ]
}