]> git.mxchange.org Git - friendica-addons.git/blobdiff - leistungsschutzrecht/README.md
Initial commit of url_replace addon.
[friendica-addons.git] / leistungsschutzrecht / README.md
index 7026af53ad3e4cafe088fb87c46b984ae9f7a1bd..18bc9c4ffd6ef2915b25c9582f47bf9e9a67594c 100644 (file)
@@ -1,16 +1,17 @@
 Leistungsschutzrecht Addon
 ==========================
 
 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.
 
 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,
+               ],
+       ];