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
Basically I would like to have a similar way to the 'bracket-separator' option but for 'colon-list-separator'
It would look like this:
actions:list=create,delete
instead of
actions:list=create&actions:list=delete
I would be happy to open a PR with this feature. I can see a few ways to go about this.
Option 1: adding a new arrayFormat
Option 2: adding a new option to replace the [] bracket with a custom identifier
Option 3: adding a new option to toggle the 'colon-list-separator' format between separated and not separated
What are your thoughts about this?
The text was updated successfully, but these errors were encountered:
Basically I would like to have a similar way to the 'bracket-separator' option but for 'colon-list-separator'
It would look like this:
actions:list=create,delete
instead of
actions:list=create&actions:list=delete
I would be happy to open a PR with this feature. I can see a few ways to go about this.
Option 1: adding a new
arrayFormat
Option 2: adding a new
option
to replace the [] bracket with a custom identifierOption 3: adding a new
option
to toggle the 'colon-list-separator' format between separated and not separatedWhat are your thoughts about this?
The text was updated successfully, but these errors were encountered: