<?php /** * Extension for Contao 4 * * @copyright Softleister 2019 * @author Softleister <info@softleister.de> * @package contao-signature-formfield-bundle * based on jSignature (https://github.com/brinley/jSignature) * @licence MIT License */ /** * Fields */ $GLOBALS['TL_LANG']['tl_form_field']['sig_size'] = array('Signature field size', 'Specify the size of the signature field in pixels.'); $GLOBALS['TL_LANG']['tl_form_field']['sig_bgcolor'] = array('Background color', 'Select background color of signature field, empty = "transparent"'); $GLOBALS['TL_LANG']['tl_form_field']['sig_color'] = array('Pen color', 'Select the pen color, the default is black.'); $GLOBALS['TL_LANG']['tl_form_field']['sig_width'] = array('Pen width', 'Specify the thickness of the pen.');