... | ... |
@@ -1,29 +1,23 @@ |
1 |
-Contao Module: Formilicious |
|
2 |
-==== |
|
1 |
+# Form enhancement bundle for Contao Open Source CMS |
|
3 | 2 |
|
4 | 3 |
Extends the Contao forms to easily create multi column forms. |
5 | 4 |
|
6 |
-This module is developed and provided by [eSales Media][1]. |
|
5 |
+This module is developed and provided by [Kommunikation vonRotenberg](https://www.vonrotenberg.de.de). |
|
7 | 6 |
|
8 |
-__Author:__ Benjamin Roth [benjamin@esales-media.de] |
|
7 |
+**Author:** Benjamin Roth [benjamin@esales-media.de] |
|
9 | 8 |
|
10 | 9 |
|
11 |
-System requirements |
|
12 |
-* Contao CMS > 4.4.x |
|
13 |
-* jQuery Tooltipster Library (for neat form errors) |
|
10 |
+## System requirements |
|
11 |
+- Contao CMS >= 4.13.x |
|
14 | 12 |
|
15 | 13 |
|
16 |
-Installation |
|
17 |
-Just copy into your system/modules/ folder and don't forget to update the database. |
|
18 |
-Afterwards you will see your new options in the form elements. |
|
14 |
+## Installation |
|
15 |
+Install the bundle via Composer: |
|
19 | 16 |
|
20 |
- |
|
21 |
-License |
|
22 |
-LGPL-3.0+ |
|
17 |
+``` |
|
18 |
+composer require vonRotenberg/contao-formilicious-bundle |
|
19 |
+``` |
|
23 | 20 |
|
24 | 21 |
|
25 |
- |
|
26 |
-[1]: http://www.esales-media.de |
|
27 | 22 |
\ No newline at end of file |
23 |
+## License |
|
24 |
+LGPL-3.0+ |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,29 @@ |
1 |
+Contao Module: Formilicious |
|
2 |
+==== |
|
3 |
+ |
|
4 |
+Extends the Contao forms to easily create multi column forms. |
|
5 |
+ |
|
6 |
+This module is developed and provided by [eSales Media][1]. |
|
7 |
+ |
|
8 |
+__Author:__ Benjamin Roth [benjamin@esales-media.de] |
|
9 |
+ |
|
10 |
+ |
|
11 |
+System requirements |
|
12 |
+---- |
|
13 |
+* Contao CMS > 3.3.x |
|
14 |
+* jQuery Tooltipster Library (for neat form errors) |
|
15 |
+ |
|
16 |
+ |
|
17 |
+Installation |
|
18 |
+---- |
|
19 |
+Just copy into your system/modules/ folder and don't forget to update the database. |
|
20 |
+Afterwards you will see your new options in the form elements. |
|
21 |
+ |
|
22 |
+ |
|
23 |
+License |
|
24 |
+---- |
|
25 |
+LGPL-3.0+ |
|
26 |
+ |
|
27 |
+ |
|
28 |
+ |
|
29 |
+[1]: http://www.esales-media.de |
|
0 | 30 |
\ No newline at end of file |