Parcourir la source

fix GrowiPlugin schema

Yuki Takei il y a 3 ans
Parent
commit
3c78bd557d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,