enhancement(widget-relation): support custom options length (#2520)

This commit is contained in:
Zach Schnackel
2019-09-09 16:16:15 -04:00
committed by Shawn Erquhart
parent 97f1f84b69
commit 49e142ef59
4 changed files with 29 additions and 2 deletions

View File

@ -69,7 +69,13 @@ 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'