X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=leistungsschutzrecht%2FREADME.md;h=18bc9c4ffd6ef2915b25c9582f47bf9e9a67594c;hb=a26e90b2024ca3dbdccfd44ae5a33e11aafa7ae2;hp=7026af53ad3e4cafe088fb87c46b984ae9f7a1bd;hpb=2e8f2916df4860ba1a6675129409c3ec2c2c7615;p=friendica-addons.git diff --git a/leistungsschutzrecht/README.md b/leistungsschutzrecht/README.md index 7026af53..18bc9c4f 100644 --- a/leistungsschutzrecht/README.md +++ b/leistungsschutzrecht/README.md @@ -1,16 +1,17 @@ Leistungsschutzrecht Addon ========================== -Main author Michael Vogel +Main author: Michael Vogel This addon handles legal problems with the German link tax, named "Leistungsschutzrecht" by shortening preview texts. -Additionally it is possibly to suppress preview pictures completely to avoid any legal problems. +Additionally, it is possibly to suppress preview pictures completely to avoid any legal problems. -## configuration +## Configuration -If you want to suppress pictures in previews, add this to your global `config/addon.config.php`: - - 'leistungsschutzrecht' => [ - 'suppress_photos' => true, - ], +If you want to suppress pictures in previews, add this to your global `config/leistungsschutzrecht.config.php`: + return [ + 'leistungsschutzrecht' => [ + 'suppress_photos' => true, + ], + ];