openstamanager/templates/base/settings.php

16 lines
266 B
PHP

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