mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
8 lines
254 B
TypeScript
8 lines
254 B
TypeScript
import { ZeppelinPluginInfo } from "../../types.js";
|
|
import { zContextMenusConfig } from "./types.js";
|
|
|
|
export const contextMenuPluginInfo: ZeppelinPluginInfo = {
|
|
showInDocs: false,
|
|
prettyName: "Context menu",
|
|
configSchema: zContextMenusConfig,
|
|
};
|