The schema fields to display in the table view. These can be used for filtering and
sorting the table.
Whether or not the Tree View is enabled for this schema. Within the Tree View your can
view and organize documents into a hierarchical structure via the assigned reference
field.
The schema field to use for the tree view. This will tell the view which reference field
to use to build the hierarchical structure.
The schema field to use for the tree views label. This will be displayed as the identifier
for each item on the tree view.
The schema field to use for sorting the Tree View. If left blank the documents ID will be
used for sorting items.
Whether or not mutations are enabled for the schema, mutations will allow consumers to
perform create, update and delete actions against schema items provided they are
authenticated.
Enables the create mutation which will allow consumers to create {{ schema.title }}(s).
Enables the update mutation which will allow consumers to update {{ schema.title }}(s).
Enables the delete mutation which will allow consumers to delete {{ schema.title }}(s).