mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +00:00
9 lines
252 B
TypeScript
9 lines
252 B
TypeScript
import { ZeppelinPluginDocs } from "../../types.js";
|
|
import { zContextMenusConfig } from "./types.js";
|
|
|
|
export const contextMenuPluginDocs: ZeppelinPluginDocs = {
|
|
type: "stable",
|
|
configSchema: zContextMenusConfig,
|
|
|
|
prettyName: "Context menu",
|
|
};
|