Browse code

Update

Benjamin Roth authored on20/03/2023 16:19:16
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+;;
2
+; List modules which are required to be loaded beforehand
3
+;;
4
+requires[] = "isotope"
5
+requires[] = "calendar"
6
+requires[] = "isotope_rules"
7
+
8
+;;
9
+; Configure what you want the autoload creator to register
10
+;;
11
+register_namespaces = true
12
+register_classes    = true
13
+register_templates  = true
0 14
\ No newline at end of file