json-editor 中允许注释

This commit is contained in:
rickcole 2020-04-09 10:52:26 +08:00
parent 62538c4392
commit c6e4ed7285
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@ export class Editor extends React.Component<EditorProps, any> {
// json 默认开启验证。
monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
enableSchemaRequest: true,
validate: true
validate: true,
allowComments: true
});
// After initializing monaco editor