mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: move app/feature/plugin properties into PluginMeta (#16809)
This commit is contained in:
@@ -24,6 +24,10 @@ export interface PluginMeta {
|
||||
// Filled in by the backend
|
||||
jsonData?: { [str: string]: any };
|
||||
enabled?: boolean;
|
||||
defaultNavUrl?: string;
|
||||
hasUpdate?: boolean;
|
||||
latestVersion?: string;
|
||||
pinned?: boolean;
|
||||
}
|
||||
|
||||
export enum PluginIncludeType {
|
||||
|
||||
Reference in New Issue
Block a user