Const
The "all fields" group definition Users can import this to create a custom "all fields" group. Name must be all-fields to be considered an "all fields" group.
all-fields
const author = defineType({ name: 'author', title: 'Author', type: 'document', groups: [ { ...ALL_FIELDS_GROUP, hidden: true, }, ],}) Copy
const author = defineType({ name: 'author', title: 'Author', type: 'document', groups: [ { ...ALL_FIELDS_GROUP, hidden: true, }, ],})
The "all fields" group definition Users can import this to create a custom "all fields" group. Name must be
all-fields
to be considered an "all fields" group.