feat: Introduce IsDataPanel attribute to plugin.json

This commit is contained in:
Johannes Schill
2019-02-07 21:26:23 +01:00
parent 8d9c347cb1
commit a8a9bca07b
6 changed files with 6 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ type PluginBase struct {
BaseUrl string `json:"baseUrl"`
HideFromList bool `json:"hideFromList,omitempty"`
State PluginState `json:"state,omitempty"`
IsDataPanel bool `json:"isDataPanel"`
IncludedInAppId string `json:"-"`
PluginDir string `json:"-"`