1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the pgn4web plugin
5 *
6 * @license    GPL 3 (http://www.gnu.org/licenses/gpl.html)
7 * @author     Michael Arlt <michael.arlt [at] sk-schwanstetten [dot] de>
8 */
9
10$meta['set'] = array('multichoice','_choices' => array('alpha (png)','merida (png)','uscf (png)','igorsvg','svgchess','tilesvg'));
11$meta['setsizeportrait'] = array('numeric', '_min'=>16, '_max'=>500);
12$meta['setsizelandscape'] = array('numeric', '_min'=>16, '_max'=>500);
13$meta['pluginwidthportrait'] = array('string');
14$meta['pluginwidthlandscape'] = array('string');
15$meta['font'] = array('multichoice','_choices' => array('ChessSansAlpha','ChessSansMerida','ChessSansPiratf','ChessSansUscf','ChessSansUsual'));
16$meta['textheight'] = array('string');
17$meta['infowidth'] = array('string');
18$meta['layout'] = array('multichoice','_choices' => array('auto','landscape','portrait'));
19$meta['showsetselect'] = array('onoff');
20$meta['showfontselect'] = array('onoff');
21$meta['err_instance'] = array('');
22$meta['err_instance_author'] = array('');
23
24
25//Setup VIM: ex: et ts=2 :
26
27