1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/gallery/conf/default.php

15 lines
314 B
PHP
Executable file

<?php
/**
* Options for the gallery plugin
*
* @author Dmitry Baikov <dsbaikov@gmail.com>
*/
$conf['thumbnail_width'] = 120;
$conf['thumbnail_height'] = 120;
$conf['image_width'] = 800;
$conf['image_height'] = 600;
$conf['cols'] = 5;
$conf['sort'] = 'file';
$conf['options'] = 'cache';