]> git.mxchange.org Git - friendica-addons.git/blobdiff - libravatar/README.md
[securemail] Bump phpseclib dependency to version 3.0.19
[friendica-addons.git] / libravatar / README.md
index fc06feabc54d56d99e47ebcd35aa77e9d856ccc0..4d5d4c309bd047c3ee029ad9e42ec40d05445df5 100644 (file)
@@ -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: