feat(widget-object): add collapsed option to collapse object by default (#3606)

This commit is contained in:
Hannes Küttner
2020-04-15 13:46:09 +02:00
committed by GitHub
parent 99071c14e4
commit 9f17363bee
3 changed files with 4 additions and 1 deletions

View File

@ -124,6 +124,7 @@ collections: # A list of collections the CMS should be able to edit
- label: 'Object'
name: 'object'
widget: 'object'
collapsed: true
fields:
- label: 'Related Post'
name: 'post'