openstamanager/templates/base/settings.php

16 lines
259 B
PHP
Raw Normal View History

<?php
return [
2017-09-15 12:50:59 +02:00
'orientation' => 'L',
'format' => 'A4',
'font-size' => 10,
'margins' => [
2017-09-08 17:03:47 +02:00
'top' => 10,
'bottom' => 10,
'left' => 12,
'right' => 12,
],
2017-09-08 18:19:39 +02:00
'header-height' => 35,
'footer-height' => 5,
];