You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, schema items of type "list" have a listType that is basically just { type: "string"; }. It lacks the required fields of a normal schema item, like "title" and "defaultValue." The lack of defaultValue means that UIs need to come up with their own default value based on the type, which is not ideal.
The text was updated successfully, but these errors were encountered:
Currently, schema items of type "list" have a
listType
that is basically just{ type: "string"; }
. It lacks the required fields of a normal schema item, like "title" and "defaultValue." The lack ofdefaultValue
means that UIs need to come up with their own default value based on the type, which is not ideal.The text was updated successfully, but these errors were encountered: