<?php
/**
 * defaults for configuration manager plugin
 *
 * @license    GPL 3 (http://www.gnu.org/licenses/gpl.html)
 * @author     Michael Arlt <michael.arlt [at] sk-schwanstetten [dot] de>
 */

$conf['set'] = 'uscf (png)';
$conf['setsizeportrait'] = '52';
$conf['setsizelandscape'] = '72';
$conf['pluginwidthportrait'] = '100%';
$conf['pluginwidthlandscape'] = '100%';
$conf['font'] = 'ChessSansUscf';
$conf['textheight'] = '8em';
$conf['infowidth'] = '14ex';
$conf['layout'] = 'auto';
$conf['showsetselect'] = 1;
$conf['showfontselect'] = 1;
$conf['err_instance'] = 'Only one instance of pgn4web is supported per Wiki-page. If this is a blog, you can open just this artice (maybe by clicking on the heading).';
$conf['err_instance_author'] = 'As author, you can consider joining all PGN databases together or using separate Wiki pages.';

//Setup VIM: ex: et ts=2 :

