Commit 84490175 by woodsaj

Add plugin type field to externalPlugin model

parent bd8f5e9b
......@@ -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"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment