1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 06:55:05 +01:00
openstamanager/templates/base/settings.php

16 lines
264 B
PHP
Raw Normal View History

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