feat: Configure included editor components per field, add optional minimal height (#3299)
This commit is contained in:
@ -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' }
|
||||
|
||||
|
Reference in New Issue
Block a user