feat(): plugin list panel

This commit is contained in:
Torkel Ödegaard
2016-04-08 16:42:33 -04:00
parent 583c0f09a8
commit d70ef90bdd
11 changed files with 320 additions and 3 deletions
+1
View File
@@ -43,6 +43,7 @@ type PluginBase struct {
IncludedInAppId string `json:"-"`
PluginDir string `json:"-"`
DefaultNavUrl string `json:"-"`
IsCorePlugin bool `json:"-"`
// cache for readme file contents
Readme []byte `json:"-"`