X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=gravatar%2FREADME.md;h=02b9bfd26aab7e2786223790fad31965548c934d;hb=45fe085dac7bfb4aa0f1e75857efa032c3809507;hp=b2144f51f9230e822a6ecd6b92cbf13615f56518;hpb=990b5bf231283265181e5201ca578fe3cf761432;p=friendica-addons.git diff --git a/gravatar/README.md b/gravatar/README.md index b2144f51..02b9bfd2 100644 --- a/gravatar/README.md +++ b/gravatar/README.md @@ -30,15 +30,19 @@ Gravatar lets users self-rate their images to be used at appropriate audiences. See more information at [Gravatar][1]. ## Alternative Configuration -Open the config/local.ini.php file and add "gravatar" to the list of activated addons: +Open the `config/local.config.php` file and add "gravatar" to the list of activated addons: - [system] - addon = ...,gravatar + 'system' => [ + ... + 'addon' => '...,gravatar' + ... + ] -You can add two configuration variables for the addon: +You can add two configuration variables for the addon to the `config/addon.config.php` file: - [gravatar] - default_avatar = identicon - rating = g + 'gravatar' => [ + 'default_avatar' => 'identicon', + 'rating' => 'g', + ], [1]: http://www.gravatar.com/site/implement/images/ "See documentation at Gravatar for more information"