feat(ux): completed work on getting started panel, #6466

This commit is contained in:
Torkel Ödegaard
2016-12-08 10:25:05 +01:00
parent dee6b7d150
commit 05772b30d7
9 changed files with 43 additions and 57 deletions

View File

@ -38,6 +38,7 @@ type PluginBase struct {
Includes []*PluginInclude `json:"includes"`
Module string `json:"module"`
BaseUrl string `json:"baseUrl"`
HideFromList bool `json:"hideFromList"`
IncludedInAppId string `json:"-"`
PluginDir string `json:"-"`