APIDemo

List

A list field contains blocks of fields. Every block is configured using a specific type. These can be created using the schema and type functions as seen before.

list('My list field', {
  schema: schema({
    // ... types
  })
})

Types

/**
Optional settings to configure a list field */