瀏覽代碼

fix GrowiPlugin schema

Yuki Takei 3 年之前
父節點
當前提交
3c78bd557d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/app/src/server/models/growi-plugin.ts

+ 1 - 0
packages/app/src/server/models/growi-plugin.ts

@@ -18,6 +18,7 @@ export interface GrowiPluginModel extends Model<GrowiPluginDocument> {
 
 const growiPluginMetaThemesSchema = new Schema<GrowiCustomThemeSummary>({
   name: { type: String, required: true },
+  manifestKey: { type: String, required: true },
   schemeType: {
     type: String,
     enum: GrowiThemeSchemeType,