[libravatar] Update config file style/name

This commit is contained in:
Hypolite Petovan 2018-11-25 02:14:04 -05:00
parent f0fc02e544
commit aa97060491
4 changed files with 29 additions and 25 deletions

View file

@ -23,14 +23,18 @@ If no avatar was found for an email Libravatar can create some pseudo-random gen
See examples at [Libravatar][1].
## Alternative Configuration
Open the config/local.ini.php file and add "libravatar" to the list of activated addons:
Open the `config/local.config.php` file and add "libravatar" to the list of activated addons:
[system]
addon = ...,libravatar
'system' => [
...
'addon' => '...,libravatar'
...
]
You can add one configuration variables for the addon to the config/addon.ini.php file:
You can add one configuration variables for the addon to the `config/addon.config.php` file:
[libravatar]
default_avatar = identicon
'libravatar' => [
'default_avatar' => 'identicon',
],
[1]: http://wiki.libravatar.org/api/ "See API documentation at Libravatar for more information"