1<?php
2/**
3 * defaults for configuration manager plugin
4 *
5 * @license    GPL 3 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Michael Arlt <michael.arlt [at] sk-schwanstetten [dot] de>
7 */
8
9$conf['set'] = 'uscf (png)';
10$conf['setsizeportrait'] = '52';
11$conf['setsizelandscape'] = '72';
12$conf['pluginwidthportrait'] = '100%';
13$conf['pluginwidthlandscape'] = '100%';
14$conf['font'] = 'ChessSansUscf';
15$conf['textheight'] = '8em';
16$conf['infowidth'] = '14ex';
17$conf['layout'] = 'auto';
18$conf['showsetselect'] = 1;
19$conf['showfontselect'] = 1;
20$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).';
21$conf['err_instance_author'] = 'As author, you can consider joining all PGN databases together or using separate Wiki pages.';
22
23//Setup VIM: ex: et ts=2 :
24
25