fix: swap out svg plugin causing node 12 failures (#2710)

This commit is contained in:
Shawn Erquhart
2019-09-30 11:52:26 -04:00
committed by GitHub
parent 4ae8c803d4
commit 5dc7ee2a9c
5 changed files with 80 additions and 156 deletions

View File

@ -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'