1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-12 01:00:13 +01:00
2017-09-15 12:50:59 +02:00

16 lines
259 B
PHP

<?php
return [
'orientation' => 'L',
'format' => 'A4',
'font-size' => 10,
'margins' => [
'top' => 10,
'bottom' => 10,
'left' => 12,
'right' => 12,
],
'header-height' => 35,
'footer-height' => 5,
];