From 766ade1a3c33a7a3a9ac3c2a999e7b43e0efcb43 Mon Sep 17 00:00:00 2001 From: Yuri Drabik Date: Wed, 27 Nov 2019 13:32:24 +0100 Subject: [PATCH] docs: Minor fix for Configuration Options (#2919) --- website/content/docs/configuration-options.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/configuration-options.md b/website/content/docs/configuration-options.md index 695c9a37..cbcd0d9f 100644 --- a/website/content/docs/configuration-options.md +++ b/website/content/docs/configuration-options.md @@ -202,6 +202,7 @@ The `collections` setting is the heart of your Netlify CMS configuration, as it * `frontmatter_delimiter`: see detailed description under `format` * `slug`: see detailed description below * `preview_path`: see detailed description below +* `preview_path_date_field`: see detailed description below * `fields` (required): see detailed description below * `editor`: see detailed description below * `summary`: see detailed description below @@ -241,7 +242,9 @@ You may also specify a custom `extension` not included in the list above, as lon * `toml-frontmatter`: same as the `frontmatter` format above, except frontmatter will be both parsed and saved only as TOML, followed by unparsed body text. The default delimiter for this option is `+++`. * `json-frontmatter`: same as the `frontmatter` format above, except frontmatter will be both parsed and saved as JSON, followed by unparsed body text. The default delimiter for this option is `{` `}`. -`frontmatter_delimiter`: if you have an explicit frontmatter format declared, this option allows you to specify a custom delimiter like `~~~`. If you need different beginning and ending delimiters, you can use an array like `["(", ")"]`. +### `frontmatter_delimiter` + +If you have an explicit frontmatter format declared, this option allows you to specify a custom delimiter like `~~~`. If you need different beginning and ending delimiters, you can use an array like `["(", ")"]`. ### `slug`