]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Use web-thumbnailer to retrieve thumbnails
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index 82f4a368e669d57316884a1deec581841813214f..124fedc2fe2d155b0ed2bbd0aee9b3595f4e696b 100644 (file)
@@ -319,6 +319,10 @@ class ConfigManager
         $this->setEmpty('general.enabled_plugins', self::$DEFAULT_PLUGINS);
         $this->setEmpty('general.default_note_title', 'Note: ');
 
+        $this->setEmpty('thumbnails.enabled', true);
+        $this->setEmpty('thumbnails.width', 120);
+        $this->setEmpty('thumbnails.height', 120);
+
         $this->setEmpty('updates.check_updates', false);
         $this->setEmpty('updates.check_updates_branch', 'stable');
         $this->setEmpty('updates.check_updates_interval', 86400);