xref: /plugin/dw2pdf/conf/metadata.php (revision fb347f35dc824cf59875d883dbf86d311f54de06)
1ee19bac3SLuigi Micco<?php
26ea88a05SAndreas Gohr$meta['pagesize']         = array('string');
36ea88a05SAndreas Gohr$meta['orientation']      = array('multichoice', '_choices' => array('portrait', 'landscape'));
44870b378SLarsDW223$meta['font-size']        = array('numeric');
5213fdb75SGerrit Uitslag$meta['doublesided']      = array('onoff');
602f9a447SGerrit Uitslag$meta['toc']              = array('onoff');
702f9a447SGerrit Uitslag$meta['toclevels']        = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
89c76f78dSVincent GIRARD$meta['headernumber']     = array('onoff');
902f9a447SGerrit Uitslag$meta['maxbookmarks']     = array('numeric');
10d01d2a42SAndreas Gohr$meta['template']         = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
11dbd8d9a1SGerrit Uitslag$meta['output']           = array('multichoice', '_choices' => array('browser', 'file'));
12dbd8d9a1SGerrit Uitslag$meta['usecache']         = array('onoff');
13f54b51f7SAndreas Gohr$meta['usestyles']        = array('string');
14*fb347f35SAndreas Gohr$meta['qrcodescale']       = array('string', '_pattern' => '/^(|\d+(\.\d+)?)$/');
156be736bfSGerrit Uitslag$meta['showexportbutton'] = array('onoff');
169c76f78dSVincent GIRARD
17