type

OverviewConfig

type OverviewConfig struct { Label string TitlePath string DescriptionPath string ImagePath string TitleMin int TitleMax int DescriptionMin int DescriptionMax int }

Labels, field paths, and character guidance for a directly placed overview.

Source plugins/seo/seo.go:72

Labelstring
The Label value.
TitlePathstring
The TitlePath value.
DescriptionPathstring
The DescriptionPath value.
ImagePathstring
The ImagePath value.
TitleMinint
The TitleMin value.
TitleMaxint
The TitleMax value.
DescriptionMinint
The DescriptionMin value.
DescriptionMaxint
The DescriptionMax value.