Explorar el Código

update json field name of suppressNav

Anthony Woods hace 10 años
padre
commit
a8c10dbc08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/plugins/app_plugin.go

+ 1 - 1
pkg/plugins/app_plugin.go

@@ -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 {