feat(editor-preview): allow to disable editor preview for all collections (#4423)

This commit is contained in:
Giacomo Lombardi
2020-10-12 11:59:03 +02:00
committed by GitHub
parent 39a487482c
commit 16399719a0
4 changed files with 40 additions and 0 deletions

View File

@ -365,6 +365,8 @@ This setting changes options for the editor view of the collection. It has one o
preview: false
```
**Note**: Setting this as a top level configuration will set the default for all collections
### `summary`
This setting allows the customization of the collection list view. Similar to the `slug` field, a string with templates can be used to include values of different fields, e.g. `{{title}}`. This option over-rides the default of `title` field and `identifier_field`.