feat: Introduce IsDataPanel attribute to plugin.json

This commit is contained in:
Johannes Schill
2019-02-07 21:26:23 +01:00
parent 0811fbd6d0
commit c4b2dcefbe
6 changed files with 6 additions and 2 deletions

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:"-"`