Questions about new options available in meta props

Hi Guys,
Need some clarification on the new options available in meta props.

  1. Whats the difference between object and string ? I have created a test meta prop having object type but it behaves similar to string value.
  2. How do we provide an array of values e.g ["abc", "def", "ghi"] and get them in the props as an Array instead of string?

image.png

image.png

image.png

oh that’s a bug, we will look into it!

“object”/any should be used for JSON-like objects, including arrays

should be fixed now, could you refresh and try again? :sweat_smile:

Fixed. Thanks!