Add center-vertically property
This commit is contained in:
parent
b9bf8c6c96
commit
cf0dd07c21
3 changed files with 8 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ type Page struct {
|
|||
Width string `yaml:"width"`
|
||||
ShowMobileHeader bool `yaml:"show-mobile-header"`
|
||||
HideDesktopNavigation bool `yaml:"hide-desktop-navigation"`
|
||||
CenterVertically bool `yaml:"center-vertically"`
|
||||
Columns []Column `yaml:"columns"`
|
||||
mu sync.Mutex
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue