forked from friendica/friendica-addons
Added readme
This commit is contained in:
parent
1fa3397362
commit
bf00f76245
16
leistungsschutzrecht/README.md
Normal file
16
leistungsschutzrecht/README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Leistungsschutzrecht Addon
|
||||||
|
==========================
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## configuration
|
||||||
|
|
||||||
|
If you want to suppress pictures in previews, add this to your global `config/addon.config.php`:
|
||||||
|
|
||||||
|
'leistungsschutzrecht' => [
|
||||||
|
'suppress_photos' => true,
|
||||||
|
],
|
||||||
|
|
Loading…
Reference in a new issue