Respect HomepageURL in manifest for local plugins (#13595)
* Respect HomepageURL in manifest for local plugins * Add documentation for updating the plugin signatures
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
566f28be0a
Коммит
3491c3abb2
@@ -598,8 +598,9 @@ func (a *App) mergeLocalPlugins(remoteMarketplacePlugins map[string]*model.Marke
|
||||
|
||||
remoteMarketplacePlugins[plugin.Manifest.Id] = &model.MarketplacePlugin{
|
||||
BaseMarketplacePlugin: &model.BaseMarketplacePlugin{
|
||||
Labels: labels,
|
||||
Manifest: plugin.Manifest,
|
||||
HomepageURL: plugin.Manifest.HomepageURL,
|
||||
Labels: labels,
|
||||
Manifest: plugin.Manifest,
|
||||
},
|
||||
InstalledVersion: plugin.Manifest.Version,
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user