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

View File

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