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, basics.location.address is a string, and it's documented that users should use \n to insert line breaks.
I think it'd be better to allow users to define the address lines separately with a string[]. (string can still be permissible)
The change would be backward compatible, theme templates would just have to check if it's an array or a string literal.
Currently,
basics.location.address
is a string, and it's documented that users should use\n
to insert line breaks.I think it'd be better to allow users to define the address lines separately with a
string[]
. (string
can still be permissible)The change would be backward compatible, theme templates would just have to check if it's an array or a string literal.
The change in the schema would probably look like the following, and again, would be backward compatible.
Alternatively, we could also just deprecate the old way of doing it as well?
The text was updated successfully, but these errors were encountered: