Plugins: add a deprecated state (#23496)
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
co-authored by
Dominik Prokop
parent
f458da4d7f
commit
32555fc769
@@ -4,6 +4,7 @@ import { KeyValue } from './data';
|
||||
export enum PluginState {
|
||||
alpha = 'alpha', // Only included it `enable_alpha` is true
|
||||
beta = 'beta', // Will show a warning banner
|
||||
deprecated = 'deprecated', // Will continue to work -- but not show up in the the options to add
|
||||
}
|
||||
|
||||
export enum PluginType {
|
||||
|
||||
Reference in New Issue
Block a user