From 41bc663d5dd510f3c915c9d442c2dd86fd2d53ea Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Tue, 9 Feb 2016 13:46:31 +0700 Subject: [PATCH] FIX: Add missing parameters for nested comments to example configuration --- docs/en/Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/Configuration.md b/docs/en/Configuration.md index 6094df4..228c3c1 100644 --- a/docs/en/Configuration.md +++ b/docs/en/Configuration.md @@ -51,6 +51,8 @@ SiteTree: - i - b use_preview: false # preview formatted comment (when allowing HTML). Requires include_js=true + nested_comments: false # If true comments can be replied to up to nested_depth levels + nested_depth: 2 # The maximum depth of the comment hierarchy for comment reply purposes ``` Enabling any of the *_cms options will instead allow these options to be configured under the settings tab