feat: remove required name in media_library config (#234)
This commit is contained in:
parent
2a7b1b78a0
commit
ee8fcf422a
@ -170,7 +170,7 @@ function getConfigSchema() {
|
|||||||
name: { type: 'string', examples: ['uploadcare'] },
|
name: { type: 'string', examples: ['uploadcare'] },
|
||||||
config: { type: 'object' },
|
config: { type: 'object' },
|
||||||
},
|
},
|
||||||
required: ['name'],
|
required: [],
|
||||||
},
|
},
|
||||||
slug: {
|
slug: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user