From d958076ebc784fedfee252591a8c6a2c1c702e2b Mon Sep 17 00:00:00 2001 From: tiaitsch85 Date: Sun, 2 Jun 2013 17:42:47 +0200 Subject: [PATCH] Update Configuration.md --- docs/en/Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Configuration.md b/docs/en/Configuration.md index a89d1f9..6d49ea9 100644 --- a/docs/en/Configuration.md +++ b/docs/en/Configuration.md @@ -21,7 +21,7 @@ The module provides a number of built in configuration settings below are the de 'use_preview' => false, // preview formatted comment (when allowing HTML). Requires include_js=true 'use_gravatar' => false, 'gravatar_size' => 80 - ); + )); If you want to customize any of the configuration options after you have added the extension (or on the built-in SiteTree commenting) use `set_config_value` @@ -59,4 +59,4 @@ Gravatars can be turned on by adding this to your mysite/_config.php file The default size is 80 pixels, as per the gravatar site if the 's' parameter is omitted. To change this add the following (again to mysite/_config.php): - Commenting::set_config_value('SiteTree', 'gravatar_size', 40); \ No newline at end of file + Commenting::set_config_value('SiteTree', 'gravatar_size', 40);