Browse code

First iteration of revamped formilicious for Contao 4.13+

Benjamin Roth authored on20/01/2023 09:49:23
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-;;
2
-; List modules which are required to be loaded beforehand
3
-;;
4
-requires[] = "core"
5
-
6
-;;
7
-; Configure what you want the autoload creator to register
8
-;;
9
-register_namespaces = true
10
-register_classes    = true
11
-register_templates  = true
Browse code

Fix the requirements

Benjamin Roth authored on17/08/2015 16:44:21
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 ;;
2 2
 ; List modules which are required to be loaded beforehand
3 3
 ;;
4
-requires[] = "multicolumnwizard"
4
+requires[] = "core"
5 5
 
6 6
 ;;
7 7
 ; Configure what you want the autoload creator to register
Browse code

Initial commit

Benjamin Roth authored on27/03/2015 10:45:40
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+;;
2
+; List modules which are required to be loaded beforehand
3
+;;
4
+requires[] = "multicolumnwizard"
5
+
6
+;;
7
+; Configure what you want the autoload creator to register
8
+;;
9
+register_namespaces = true
10
+register_classes    = true
11
+register_templates  = true