Plugins: move app/feature/plugin properties into PluginMeta (#16809)

This commit is contained in:
Ryan McKinley
2019-04-29 09:14:39 -07:00
committed by GitHub
parent 5c2d38126d
commit c5097e2ef3
18 changed files with 58 additions and 62 deletions

View File

@@ -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 {