1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
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 |
+// Back end form fields |
|
14 |
+$GLOBALS['BE_FFL']['signature'] = 'Signature'; |
|
15 |
+ |
|
16 |
+// Front end form fields |
|
17 |
+$GLOBALS['TL_FFL']['signature'] = 'Softleister\\FormSignature'; |