Commit a8c10dbc by Anthony Woods

update json field name of suppressNav

parent 74949d30
...@@ -13,7 +13,7 @@ type AppPluginPage struct { ...@@ -13,7 +13,7 @@ type AppPluginPage struct {
Slug string `json:"slug"` Slug string `json:"slug"`
Component string `json:"component"` Component string `json:"component"`
Role models.RoleType `json:"role"` Role models.RoleType `json:"role"`
SuppressNav bool `json:"suppress_nav"` SuppressNav bool `json:"suppressNav"`
} }
type AppPluginCss struct { type AppPluginCss struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment