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
It would be useful to allow lists/arrays of each of the above. This is already being implemented as part of #414 and a similar approach could be used for custom fields.
Describe the solution you'd like
Add a list: boolean config property to the TypedCustomFieldConfig type, so a list can be defined as:
In the AdminUI, this would then be presented as the regular string input but contained in a "list container" which includes a means to add new items, delete existing items, and re-order the list.
In the DB they would be stored as a simple-array type.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the permitted data types for a custom field are:
It would be useful to allow lists/arrays of each of the above. This is already being implemented as part of #414 and a similar approach could be used for custom fields.
Describe the solution you'd like
Add a
list: boolean
config property to theTypedCustomFieldConfig
type, so a list can be defined as:In the AdminUI, this would then be presented as the regular string input but contained in a "list container" which includes a means to add new items, delete existing items, and re-order the list.
In the DB they would be stored as a
simple-array
type.The text was updated successfully, but these errors were encountered: