fix(docs): Update Docs: Fix duplicate field name (#4391)

This commit is contained in:
adamb70
2020-10-04 08:22:06 +01:00
committed by GitHub
parent fa59dcb2fe
commit 89848e0344

View File

@ -227,7 +227,7 @@ Copy and paste the following into the collections array in `config.yml`
file: 'about.md'
fields:
- { label: 'Title', name: 'title', widget: 'hidden', default: 'about' }
- { label: 'Layout', name: 'title', widget: 'hidden', default: 'about' }
- { label: 'Layout', name: 'layout', widget: 'hidden', default: 'about' }
- { label: 'Body', name: 'body', widget: 'markdown' }
```