type
GlobalAdmin
type GlobalAdmin struct {
Group string
GroupTranslations map[string]string
Description string
DescriptionTranslations map[string]string
LivePreview LivePreviewConfig
}Serializable presentation metadata for a global.
Groupstring- Places the global under an author-facing navigation group.
GroupTranslationsmap[string]string- Translated navigation groups.
Descriptionstring- Explains the singleton to authors.
DescriptionTranslationsmap[string]string- Translated singleton descriptions.
LivePreviewLivePreviewConfig- Configures the editor preview URL and viewports.