fix(plugins): allow using defaults in config form manifest (#4954)

This commit is contained in:
Kendall Garner 2026-01-30 14:26:17 +00:00 committed by GitHub
parent 36252823ce
commit f13ca58c98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ SchemaErrorBoundary.propTypes = {
// params.missingProperty. We transform them to point to the field directly
// (e.g., "/users/1/username") so JSONForms displays them under the correct input.
const ajv = new Ajv({
useDefaults: false,
useDefaults: true,
allErrors: true,
verbose: true,
jsonPointers: true,