mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-15 10:45:01 +00:00
fix: add "common" plugin to docs
This commit is contained in:
parent
b91a068e03
commit
00f9b9f814
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { ZeppelinPluginDocs } from "../../types.js";
|
|||
import { zCommonConfig } from "./types.js";
|
||||
|
||||
export const commonPluginDocs: ZeppelinPluginDocs = {
|
||||
type: "internal",
|
||||
type: "stable",
|
||||
configSchema: zCommonConfig,
|
||||
|
||||
prettyName: "Common",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue