add contents
This commit is contained in:
14
lib/plugins/dw2pdf/conf/default.php
Normal file
14
lib/plugins/dw2pdf/conf/default.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
$conf['pagesize'] = 'A4';
|
||||
$conf['orientation'] = 'portrait';
|
||||
$conf['font-size'] = 11;
|
||||
$conf['doublesided'] = 1;
|
||||
$conf['toc'] = 0;
|
||||
$conf['toclevels'] = '';
|
||||
$conf['maxbookmarks'] = 5;
|
||||
$conf['template'] = 'default';
|
||||
$conf['output'] = 'file';
|
||||
$conf['usecache'] = 1;
|
||||
$conf['usestyles'] = 'wrap,';
|
||||
$conf['qrcodesize'] = '120x120';
|
||||
$conf['showexportbutton'] = 1;
|
Reference in New Issue
Block a user