feat: add publish configuration option to collections (#3467)

This commit is contained in:
Erez Rokah
2020-03-23 12:01:37 +02:00
committed by GitHub
parent 2f86d6fc36
commit df33bc64a9
11 changed files with 331 additions and 226 deletions

View File

@ -194,6 +194,7 @@ The `collections` setting is the heart of your Netlify CMS configuration, as it
* `files` or `folder` (requires one of these): specifies the collection type and location; details in [Collection Types](../collection-types)
* `filter`: optional filter for `folder` collections; details in [Collection Types](../collection-types)
* `create`: for `folder` collections only; `true` allows users to create new items in the collection; defaults to `false`
* `publish`: for `publish_mode: editorial_workflow` only; `false` hides UI publishing controls for a collection; defaults to `true`
* `delete`: `false` prevents users from deleting items in a collection; defaults to `true`
* `extension`: see detailed description below
* `format`: see detailed description below