feat(editor-preview): allow to disable editor preview for all collections (#4423)
This commit is contained in:
@ -284,6 +284,12 @@ const getConfigSchema = () => ({
|
||||
},
|
||||
uniqueItemProperties: ['name'],
|
||||
},
|
||||
editor: {
|
||||
type: 'object',
|
||||
properties: {
|
||||
preview: { type: 'boolean' },
|
||||
},
|
||||
},
|
||||
},
|
||||
required: ['backend', 'collections'],
|
||||
anyOf: [{ required: ['media_folder'] }, { required: ['media_library'] }],
|
||||
|
Reference in New Issue
Block a user