fix: search config type (#990)

This commit is contained in:
Daniel Lautzenheiser 2023-11-17 10:51:09 -05:00 committed by GitHub
parent 0c0803bd17
commit e93ff60924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,7 +419,7 @@ function getConfigSchema() {
frame: { type: 'boolean' },
},
},
search: { type: 'string' },
search: { type: 'boolean' },
},
required: ['backend', 'collections', 'media_folder'],
};