Schema reference
This document lists all the available schema property types.
type: boolean
boolean
type: select
select
You can set labels for options:
type: text
text
text
is translateable. It might have different value for different locales.
type: string
string
string
is very similar to text
but it's not translateable. All locales share the same value. It might be a good choice for URL routes (unless they are translated).
type: resource
resource
3rd party resource. Read this guide to learn more.
Last updated