mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-17 17:40:31 +08:00
add keywork name to ajv
This commit is contained in:
parent
24e7b87c89
commit
6900206dff
@ -135,7 +135,8 @@ export class SchemaValidator implements ISchemaValidator {
|
||||
.addKeyword('weight')
|
||||
.addKeyword('category')
|
||||
.addKeyword('widgetOptions')
|
||||
.addKeyword('conditions');
|
||||
.addKeyword('conditions')
|
||||
.addKeyword('name');
|
||||
|
||||
this.validatorMap = {
|
||||
components: {},
|
||||
|
Loading…
Reference in New Issue
Block a user