fix: swap out svg plugin causing node 12 failures (#2710)
This commit is contained in:
@ -69,13 +69,7 @@ collections: # A list of collections the CMS should be able to edit
|
||||
max: 10,
|
||||
}
|
||||
- { label: 'Default Author', name: author, widget: string }
|
||||
- {
|
||||
label: 'Default Thumbnail',
|
||||
name: thumb,
|
||||
widget: image,
|
||||
class: 'thumb',
|
||||
required: false,
|
||||
}
|
||||
- { label: 'Default Thumbnail', name: thumb, widget: image, class: 'thumb', required: false }
|
||||
|
||||
- name: 'authors'
|
||||
label: 'Authors'
|
||||
|
Reference in New Issue
Block a user