1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
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 |
+namespace Softleister\SignatureformfieldBundle; |
|
14 |
+ |
|
15 |
+use Symfony\Component\HttpKernel\Bundle\Bundle; |
|
16 |
+ |
|
17 |
+/** |
|
18 |
+ * Configures the Contao Signature form field bundle. |
|
19 |
+ */ |
|
20 |
+class SoftleisterSignatureformfieldBundle extends Bundle |
|
21 |
+{ |
|
22 |
+ |
|
23 |
+} |