Note that Folder Collections require 'title' field (#1037)

This commit is contained in:
remmah
2018-01-23 10:03:36 -05:00
committed by Shawn Erquhart
parent 5b92525f5e
commit ac4c87fd03
3 changed files with 14 additions and 3 deletions

View File

@ -16,6 +16,8 @@ Folder collections represent one or more files with the same format, fields, and
Unlike file collections, folder collections have the option to allow editors to create new items in the collection. This is set by the boolean `create` field.
**Note:** Folder collections must have at least one field with the name "title" for creating new entry slugs. That field should use the default "string" widget. The "label" for the field can be any string value.
Example:
```yaml
@ -99,4 +101,4 @@ Example:
fields:
- {label: Name, name: name, widget: string}
- {label: Address, name: address, widget: string}
```
```