[various] adapt README.md

This commit is contained in:
Philipp 2023-01-05 02:38:54 +01:00
parent ab5aea8328
commit 818d21ba57
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 39 additions and 33 deletions

View file

@ -30,12 +30,13 @@ 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.config.php` file and add "gravatar" to the list of activated addons:
Open the `config/node.config.php` file and add "gravatar" to the list of activated addons:
'system' => [
...
'addon' => '...,gravatar'
'addons' => [
...
'gravatar' => [
admin => true,
],
]
You can add two configuration variables for the addon to the `config/gravatar.config.php` file: