Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit ee8fcf4

Browse files
authored
feat: remove required name in media_library config (#234)
1 parent 2a7b1b7 commit ee8fcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/constants/configSchema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function getConfigSchema() {
170170
name: { type: 'string', examples: ['uploadcare'] },
171171
config: { type: 'object' },
172172
},
173-
required: ['name'],
173+
required: [],
174174
},
175175
slug: {
176176
type: 'object',

0 commit comments

Comments
 (0)