mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
FIX: Add missing parameters for nested comments to example configuration
This commit is contained in:
parent
384979662a
commit
41bc663d5d
@ -51,6 +51,8 @@ SiteTree:
|
|||||||
- i
|
- i
|
||||||
- b
|
- b
|
||||||
use_preview: false # preview formatted comment (when allowing HTML). Requires include_js=true
|
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
|
Enabling any of the *_cms options will instead allow these options to be configured under the settings tab
|
||||||
|
Loading…
Reference in New Issue
Block a user