type

CollectionAdmin

type CollectionAdmin struct { UseAsTitle string `json:"useAsTitle,omitempty"` DefaultColumns []string `json:"defaultColumns,omitempty"` Group string `json:"group,omitempty"` GroupTranslations map[string]string `json:"groupTranslations,omitempty"` Description string `json:"description,omitempty"` DescriptionTranslations map[string]string `json:"descriptionTranslations,omitempty"` FolderField string `json:"folderField,omitempty"` ParentField string `json:"parentField,omitempty"` LivePreview *LivePreview `json:"livePreview,omitempty"` }

Resolved collection presentation, hierarchy, and live-preview metadata.

Source schema/manifest.go:284

UseAsTitlestring
The UseAsTitle value.
DefaultColumns[]string
The DefaultColumns value.
Groupstring
The Group value.
GroupTranslationsmap[string]string
The GroupTranslations value.
Descriptionstring
The Description value.
DescriptionTranslationsmap[string]string
The DescriptionTranslations value.
FolderFieldstring
The FolderField value.
ParentFieldstring
The ParentField value.
LivePreview*LivePreview
The LivePreview value.

Presentation metadata never authorizes an operation.