X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=libravatar%2FREADME.md;h=4d5d4c309bd047c3ee029ad9e42ec40d05445df5;hb=3f2cc739369597b2199a5801397443ba03dbfcdc;hp=fc06feabc54d56d99e47ebcd35aa77e9d856ccc0;hpb=46d4d0b51ee0d08b40edc8389c847f35a317dc01;p=friendica-addons.git diff --git a/libravatar/README.md b/libravatar/README.md index fc06feab..4d5d4c30 100644 --- a/libravatar/README.md +++ b/libravatar/README.md @@ -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: