Test: add editor test coverage (#3598)

This commit is contained in:
Erez Rokah
2020-04-14 11:18:48 +03:00
committed by GitHub
parent 36ae69c96e
commit 166b070cb1
8 changed files with 288 additions and 73 deletions

File diff suppressed because one or more lines are too long

View File

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