type

FieldCategory

type FieldCategory string

Stored, presentation, computed, or plugin field ownership.

Source schema/manifest.go:64

FieldCategoryScalar"scalar"
Stored scalar content.
FieldCategoryNested"nested"
Stored nested content.
FieldCategoryPresentation"presentation"
Admin-only presentation.
FieldCategoryRelationship"relationship"
Document relationship.
FieldCategoryUpload"upload"
Upload relationship.
FieldCategoryPlugin"plugin"
Plugin-owned behavior.