JSON List / Array Field #6565
Unanswered
Radiergummi
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
|
Would love a built-in field for this. Have been using https://github.com/dillingham/nova-items-field (and then, a Nova 4 fork https://github.com/blendbyte/nova-items-field, going to have to fork again for Nova 5) for editing arrays, but seems like a great candidate for 1st party support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I often have a situation where I'd like to add a field for a list of values stored in a JSON array—for example, a list of scopes for an OAuth SSO integration, or a set of single-use tags, or similar.
Right now, the only sensible ways to work with this are:
So instead, I would love to see a simple List/Array field that took arbitrary values and stored them as a JSON array; similar to the
KeyValuefield, just without the keys. Bonus points if values could be dragged-and-dropped to change their order, but I would be fine without.I imagine it to look something like this:
That would accept and produce output like this:
Is this something anyone else has wished for, or found a better solution to than me?
Beta Was this translation helpful? Give feedback.
All reactions