mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-08 03:27:20 +00:00
refactor: consolidate pluginInfo internal/legacy fields
This commit is contained in:
parent
8a4f7fe0e8
commit
dfdc6566cf
41 changed files with 46 additions and 51 deletions
|
@ -2,7 +2,7 @@ import { ZeppelinPluginInfo } from "../../types.js";
|
|||
import { zUtilityConfig } from "./types.js";
|
||||
|
||||
export const utilityPluginInfo: ZeppelinPluginInfo = {
|
||||
showInDocs: true,
|
||||
type: "stable",
|
||||
prettyName: "Utility",
|
||||
configSchema: zUtilityConfig,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue