diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-05 20:29:55 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-05 20:34:22 +0200 |
commit | b302b3c584b84f22f0e6f187b072180ecbacdfab (patch) | |
tree | 297f72d8fcf6d158ebbb8198dee4e35a30ab0d7e /tests/utils | |
parent | fcba541e2f12c85ac56c6915ba1319fbdd3e6962 (diff) | |
download | Shaarli-b302b3c584b84f22f0e6f187b072180ecbacdfab.tar.gz Shaarli-b302b3c584b84f22f0e6f187b072180ecbacdfab.tar.zst Shaarli-b302b3c584b84f22f0e6f187b072180ecbacdfab.zip |
Thumbnails: add a common mode to only retrieve thumbs from popular media websites
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/config/configJson.json.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php index a656b67c..1549ddfc 100644 --- a/tests/utils/config/configJson.json.php +++ b/tests/utils/config/configJson.json.php | |||
@@ -76,7 +76,7 @@ | |||
76 | "extensions": [] | 76 | "extensions": [] |
77 | }, | 77 | }, |
78 | "thumbnails": { | 78 | "thumbnails": { |
79 | "enabled": true, | 79 | "mode": "common", |
80 | "width": 90, | 80 | "width": 90, |
81 | "height": 53 | 81 | "height": 53 |
82 | } | 82 | } |