Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d4820b660a
commit
8e32b01eb0
999 changed files with 144285 additions and 0 deletions
16
plugins/55/dw2pdf/conf/metadata.php
Normal file
16
plugins/55/dw2pdf/conf/metadata.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?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');
|
Loading…
Add table
Add a link
Reference in a new issue