Skip to content

Commit

Permalink
fix: fix plugin manifest validator checker not allowed i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Apr 7, 2023
1 parent f099307 commit b9c829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/src/plugin/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function parsePluginManifest(json: string): PluginManifest {
requireRestart: { type: 'boolean' },
},
required: ['label', 'name', 'url', 'version', 'author', 'description'],
additionalProperties: false,
additionalProperties: true,
});

if (!valid) {
Expand Down

0 comments on commit b9c829d

Please sign in to comment.