Add plugin type field to externalPlugin model
This commit is contained in:
@@ -51,6 +51,7 @@ type ExternalPluginCss struct {
|
||||
}
|
||||
|
||||
type ExternalPlugin struct {
|
||||
Type string `json:"type"`
|
||||
Routes []*ExternalPluginRoute `json:"routes"`
|
||||
Js []*ExternalPluginJs `json:"js"`
|
||||
Css []*ExternalPluginCss `json:"css"`
|
||||
|
||||
Reference in New Issue
Block a user