type

Global

A singleton model exposed through the same operation engine.

Source ridu.go:70

Slugschema.CollectionSlug
URL-safe identity used by APIs and the admin.
Labelstring
Overrides the author-facing singleton name.
LabelTranslationsmap[string]string
Translated singleton labels.
AdminGlobalAdmin
Configures singleton presentation.
Fields[]field.Definition
Declares stored values and admin presentation.
Versionsbool
Enables revision history.
VersionConfigVersionConfig
Customizes drafts, retention, and autosave.
AccessGlobalAccess
Defines read and update authorization.
FieldAccessmap[string]FieldAccess
Defines field-path read and update authorization.
FieldHooksmap[string]CollectionHooks
Defines lifecycle hooks scoped to field paths.
HooksCollectionHooks
Defines global-wide lifecycle behavior.
Computedmap[string]Computed
Resolves virtual fields after an operation produces the singleton.
Endpoints[]Endpoint
Declares global-scoped custom HTTP endpoints.