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:
Gordon Anderson 2015-05-04 20:13:44 +07:00
parent 304dee2792
commit 563a617b14

View File

@ -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