From a8c10dbc08ee776d2219b05a88811f41614f666f Mon Sep 17 00:00:00 2001 From: Anthony Woods Date: Tue, 1 Mar 2016 18:17:40 +0800 Subject: [PATCH] update json field name of suppressNav --- pkg/plugins/app_plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/app_plugin.go b/pkg/plugins/app_plugin.go index ea8a7e45d1a..ac7ef8948b0 100644 --- a/pkg/plugins/app_plugin.go +++ b/pkg/plugins/app_plugin.go @@ -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 {