fix(plugins): allow using defaults in config form manifest (#4954)
This commit is contained in:
@@ -42,7 +42,7 @@ SchemaErrorBoundary.propTypes = {
|
|||||||
// params.missingProperty. We transform them to point to the field directly
|
// params.missingProperty. We transform them to point to the field directly
|
||||||
// (e.g., "/users/1/username") so JSONForms displays them under the correct input.
|
// (e.g., "/users/1/username") so JSONForms displays them under the correct input.
|
||||||
const ajv = new Ajv({
|
const ajv = new Ajv({
|
||||||
useDefaults: false,
|
useDefaults: true,
|
||||||
allErrors: true,
|
allErrors: true,
|
||||||
verbose: true,
|
verbose: true,
|
||||||
jsonPointers: true,
|
jsonPointers: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user