Skip to content

Commit 00f9b9f

Browse files
committed
fix: add "common" plugin to docs
1 parent b91a068 commit 00f9b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/plugins/Common/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ZeppelinPluginDocs } from "../../types.js";
22
import { zCommonConfig } from "./types.js";
33

44
export const commonPluginDocs: ZeppelinPluginDocs = {
5-
type: "internal",
5+
type: "stable",
66
configSchema: zCommonConfig,
77

88
prettyName: "Common",

0 commit comments

Comments
 (0)