feat: remove required name in media_library config (#234)

This commit is contained in:
Mildred Ki'Lya 2022-12-15 00:31:56 +01:00 committed by GitHub
parent 2a7b1b78a0
commit ee8fcf422a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ function getConfigSchema() {
name: { type: 'string', examples: ['uploadcare'] },
config: { type: 'object' },
},
required: ['name'],
required: [],
},
slug: {
type: 'object',