Plugins: Enable catalog management link to gcom (#34673)

* click out to gcom when config enabled

* set to false

* fix styling for uninstall

* remove advertising config + simplify callout URL

* add entry to configuration.md

* update config name

* update lingo
This commit is contained in:
Will Browne
2021-05-27 12:45:06 +02:00
committed by GitHub
parent f76f426da3
commit c7b58fe186
7 changed files with 67 additions and 29 deletions

View File

@ -76,6 +76,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
};
pluginCatalogURL = 'https://grafana.com/grafana/plugins/';
pluginAdminEnabled = false;
pluginAdminExternalManageEnabled = false;
expressionsEnabled = false;
customTheme?: any;
awsAllowedAuthProviders: string[] = [];