mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Update syntax error in Configuration.md
Minor error in the example yml file in the documentation, namely a semicolon instead of a colon in the yml file
This commit is contained in:
parent
304dee2792
commit
563a617b14
@ -30,7 +30,7 @@ SiteTree:
|
||||
require_login_cms: false # The 'require_login' option will be set via the CMS instead of config
|
||||
required_permission: false # required permission to comment (or array of permissions)
|
||||
include_js: true # Enhance operation by ajax behaviour on moderation links
|
||||
use_gravatar; false # set to true to show gravatar icons,
|
||||
use_gravatar: false # set to true to show gravatar icons,
|
||||
gravatar_size: 80 # size of gravatar in pixels. This is the same as the standard default
|
||||
gravatar_default: 'identicon' # theme for 'not found' gravatar (see http://gravatar.com/site/implement/images/)
|
||||
gravatar_rating: 'g' # gravatar rating. This is the same as the standard default
|
||||
|
Loading…
Reference in New Issue
Block a user