1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-08 22:01:25 +01:00
openstamanager/templates/base/settings.php
Thomas Zilio 4242f98213 Miglioramento della gestione delle stampe
Aggiunto supporto alla modifica della dimensione del testo all'interno delle stampe.
2017-09-12 17:04:38 +02:00

16 lines
262 B
PHP

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