1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/dw2pdf/conf/metadata.php
Daniel Baumann 8e32b01eb0
Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:13 +01:00

16 lines
845 B
PHP

<?php
$meta['pagesize'] = array('string');
$meta['orientation'] = array('multichoice', '_choices' => array('portrait', 'landscape'));
$meta['font-size'] = array('numeric');
$meta['doublesided'] = array('onoff');
$meta['toc'] = array('onoff');
$meta['toclevels'] = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
$meta['headernumber'] = array('onoff');
$meta['maxbookmarks'] = array('numeric');
$meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
$meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
$meta['usecache'] = array('onoff');
$meta['usestyles'] = array('string');
$meta['qrcodescale'] = array('string', '_pattern' => '/^(|\d+(\.\d+)?)$/');
$meta['showexportbutton'] = array('onoff');