3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00

added legacy plugins section

This commit is contained in:
Almeida 2021-05-07 21:21:51 +01:00 committed by almeidx
parent 20538c17eb
commit 2d45904116
6 changed files with 137 additions and 112 deletions

View file

@ -49,6 +49,7 @@ export interface ZeppelinPluginInfo {
description?: TMarkdown;
usageGuide?: TMarkdown;
configurationGuide?: TMarkdown;
legacy?: boolean;
}
export interface CommandInfo {