feat: Configure included editor components per field, add optional minimal height (#3299)

This commit is contained in:
Shawn Erquhart
2020-03-04 02:47:37 -05:00
committed by GitHub
parent 93bd0529f1
commit b7b4bcb609
6 changed files with 133 additions and 134 deletions

View File

@ -33,7 +33,7 @@ collections: # A list of collections the CMS should be able to edit
required: false
tagname: ''
- { label: 'Body', name: 'body', widget: 'markdown', hint: 'Main content goes here.' }
- { editorComponents: ['youtube'], label: 'Body', name: 'body', widget: 'markdown', hint: 'Main content goes here.' }
meta:
- { label: 'SEO Description', name: 'description', widget: 'text' }