mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] adapt README.md
This commit is contained in:
parent
ab5aea8328
commit
818d21ba57
6 changed files with 39 additions and 33 deletions
|
@ -23,13 +23,14 @@ 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.config.php` file and add "libravatar" to the list of activated addons:
|
||||
Open the `config/node.config.php` file and add "libravatar" to the list of activated addons:
|
||||
|
||||
'system' => [
|
||||
...
|
||||
'addon' => '...,libravatar'
|
||||
...
|
||||
]
|
||||
'addons' => [
|
||||
...
|
||||
'libravatar' => [
|
||||
admin => true,
|
||||
],
|
||||
]
|
||||
|
||||
You can add one configuration variables for the addon to the `config/libravatar.config.php` file:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue