type

Capabilities

type Capabilities struct { Auth bool `json:"auth"` Upload bool `json:"upload"` Versions bool `json:"versions"` Trash bool `json:"trash"` Locking bool `json:"locking,omitempty"` Global bool `json:"global,omitempty"` }

Resolved feature flags for one collection or global.

Source schema/manifest.go:369

Authbool
The Auth value.
Uploadbool
The Upload value.
Versionsbool
The Versions value.
Trashbool
The Trash value.
Lockingbool
The Locking value.
Globalbool
The Global value.