update json field name of suppressNav

This commit is contained in:
Anthony Woods 2016-03-01 18:17:40 +08:00
parent 74949d306f
commit a8c10dbc08

View File

@ -13,7 +13,7 @@ type AppPluginPage struct {
Slug string `json:"slug"`
Component string `json:"component"`
Role models.RoleType `json:"role"`
SuppressNav bool `json:"suppress_nav"`
SuppressNav bool `json:"suppressNav"`
}
type AppPluginCss struct {