mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
[libravatar] Update config file style/name
This commit is contained in:
parent
f0fc02e544
commit
aa97060491
4 changed files with 29 additions and 25 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue