<?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 */ // Back end form fields $GLOBALS['BE_FFL']['signature'] = 'Signature'; // Front end form fields $GLOBALS['TL_FFL']['signature'] = 'Softleister\\FormSignature';