type

BlockLabels

BlockLabels contains resolved author-facing names and admin language overrides.

Properties

PropertyTypeDescription
SingularstringThe Singular value.
PluralstringThe Plural value.
SingularTranslationsmap[string]stringThe SingularTranslations value.
PluralTranslationsmap[string]stringThe PluralTranslations value.

Full signature

type BlockLabels struct { Singular string `json:"singular"` Plural string `json:"plural"` SingularTranslations map[string]string `json:"singularTranslations,omitempty"` PluralTranslations map[string]string `json:"pluralTranslations,omitempty"` }

Source schema/manifest.go:705