aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-06-08 12:50:49 +0200
committerArthurHoaro <arthur@hoa.ro>2018-07-05 20:34:22 +0200
commit28f26524609338316cc6e51c743058e6e8c7b12b (patch)
treee03f1e5dde3779a47a682cf1461151fbd687e4bb /tests/utils
parent787faa42f3a2bcbf83a7853f23f3667a6febf9da (diff)
downloadShaarli-28f26524609338316cc6e51c743058e6e8c7b12b.tar.gz
Shaarli-28f26524609338316cc6e51c743058e6e8c7b12b.tar.zst
Shaarli-28f26524609338316cc6e51c743058e6e8c7b12b.zip
Add a page to update all thumbnails through AJAX requests in both templates
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/config/configJson.json.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php
index 061d4c28..a656b67c 100644
--- a/tests/utils/config/configJson.json.php
+++ b/tests/utils/config/configJson.json.php
@@ -61,11 +61,6 @@
61 "dev": { 61 "dev": {
62 "debug": true 62 "debug": true
63 }, 63 },
64 "thumbnails": {
65 "enabled": true,
66 "width": 125,
67 "height": 90
68 },
69 "updates": { 64 "updates": {
70 "check_updates": false, 65 "check_updates": false,
71 "check_updates_branch": "stable", 66 "check_updates_branch": "stable",
@@ -79,6 +74,11 @@
79 "language": "auto", 74 "language": "auto",
80 "mode": "php", 75 "mode": "php",
81 "extensions": [] 76 "extensions": []
77 },
78 "thumbnails": {
79 "enabled": true,
80 "width": 90,
81 "height": 53
82 } 82 }
83} 83}
84*/ ?> \ No newline at end of file 84*/ ?>