Improve readability of docs for extension field

This commit is contained in:
Josh Dzielak
2018-03-27 18:42:51 +02:00
committed by Caleb
parent a2d4267500
commit cc60dc9aa9
3 changed files with 12 additions and 3 deletions

View File

@ -88,7 +88,7 @@ The last few options require more detailed information.
These settings determine how collection files are parsed and saved. Both are optional—Netlify CMS will attempt to infer your settings based on existing items in the collection. If your collection is empty, or you'd like more control, you can set these fields explicitly.
`extension` determines the file extension searched for when finding existing entries in a folder collection determines the file extension saved for new collection items. It accepts the following values: `yml`, `yaml`, `toml`, `json`, `md`, `markdown`, `html`.
`extension` determines the file extension searched for when finding existing entries in a folder collection and it determines the file extension used to save new collection items. It accepts the following values: `yml`, `yaml`, `toml`, `json`, `md`, `markdown`, `html`.
You may also specify a custom `extension` not included in the list above, as long as the collection files can be parsed and saved in one of the supported formats below.