diff --git a/docs/en/Configuration.md b/docs/en/Configuration.md index d97b4e9..686130d 100644 --- a/docs/en/Configuration.md +++ b/docs/en/Configuration.md @@ -18,7 +18,9 @@ The module provides a number of built in configuration settings below are the de 'require_moderation' => false, 'html_allowed' => false, // allow for sanitized HTML in comments 'html_allowed_elements' => array('a', 'img', 'i', 'b'), - 'use_preview' => false, // preview formatted comment (when allowing HTML) + 'use_preview' => false, // preview formatted comment (when allowing HTML), + 'use_gravatar' => false, + 'gravatar_size' => 80 ); If you want to customize any of the configuration options after you have added the extension (or @@ -48,3 +50,13 @@ The easiest way to do this is through [Composer](http://getcomposer.org). **Important**: Rendering user-provided HTML on your website always risks exposing your users to cross-site scripting (XSS) attacks, if the HTML isn't properly sanitized. Don't allow tags like `