|
@@ -51,6 +51,7 @@ type ExternalPluginCss struct {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type ExternalPlugin struct {
|
|
type ExternalPlugin struct {
|
|
|
|
|
+ Type string `json:"type"`
|
|
|
Routes []*ExternalPluginRoute `json:"routes"`
|
|
Routes []*ExternalPluginRoute `json:"routes"`
|
|
|
Js []*ExternalPluginJs `json:"js"`
|
|
Js []*ExternalPluginJs `json:"js"`
|
|
|
Css []*ExternalPluginCss `json:"css"`
|
|
Css []*ExternalPluginCss `json:"css"`
|