Note that Folder Collections require 'title' field (#1037)
This commit is contained in:
@ -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}
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user