type

CollectionAdmin

type CollectionAdmin struct { UseAsTitle string DefaultColumns []string Group string GroupTranslations map[string]string Description string DescriptionTranslations map[string]string FolderField string ParentField string LivePreview LivePreviewConfig }

Serializable collection presentation metadata.

Source core/config.go:185

UseAsTitlestring
Field path used as the document’s author-facing title.
DefaultColumns[]string
Initial field paths shown in the collection list.
Groupstring
Author-facing navigation group.
GroupTranslationsmap[string]string
Translated navigation groups.
Descriptionstring
Collection description shown to authors.
DescriptionTranslationsmap[string]string
Translated collection descriptions.
FolderFieldstring
Field path used for folder organization.
ParentFieldstring
Field path used for hierarchical parent relationships.
LivePreviewLivePreviewConfig
Configures live-preview URL and viewports.