Skip to content
Discussion options

You must be logged in to vote

Yes, here's how:

content:
    - name: json-list
      label: JSON list
      list: true
      format: json
      fields:
          - name: isbn
            type: string
          - name: isbn
            type: boolean
          - name: language
            type: string
          - name: region
            type: string
          - name: country
            type: string
          - name: continent
            type: string
          - name: translator
            type: string
          - name: year
            type: number
          - name: author
            type: string

This will allow you to add as many entries as you want and will be saved as a JSON array.

You may want to add labels to t…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@TRZMlEL
Comment options

Answer selected by TRZMlEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants