Browse code

Initial

Hagen Klemp authored on03/02/2019 23:08:50
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+/**
4
+ * Extension for Contao 4
5
+ *
6
+ * @copyright  Softleister 2019
7
+ * @author     Softleister <info@softleister.de>
8
+ * @package    contao-signature-formfield-bundle
9
+ *             based on jSignature (https://github.com/brinley/jSignature)
10
+ * @licence    MIT License
11
+ */
12
+
13
+/**
14
+ * Fields
15
+ */
16
+$GLOBALS['TL_LANG']['tl_form_field']['sig_size']    = array('Signature field size', 'Specify the size of the signature field in pixels.');
17
+$GLOBALS['TL_LANG']['tl_form_field']['sig_bgcolor'] = array('Background color', 'Select background color of signature field, empty = "transparent"');
18
+$GLOBALS['TL_LANG']['tl_form_field']['sig_color']   = array('Pen color', 'Select the pen color, the default is black.');
19
+$GLOBALS['TL_LANG']['tl_form_field']['sig_width']   = array('Pen width', 'Specify the thickness of the pen.');