-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
ext_typoscript_setup.txt
41 lines (36 loc) · 1.01 KB
/
ext_typoscript_setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
plugin.tx_autoloader {
view {
templateRootPaths {
#5 = SET VIA AUTOLOADER
#10 = EXT:autoloader/Resources/Private/Templates/
#xx = custom paths by external configuration
}
partialRootPaths {
#5 = SET VIA AUTOLOADER
#10 = EXT:autoloader/Resources/Private/Partials/
#xx = custom paths by external configuration
}
layoutRootPaths {
#5 = SET VIA AUTOLOADER
#10 = EXT:autoloader/Resources/Private/Layouts/
#xx = custom paths by external configuration
}
}
}
module.tx_autoloader {
view {
templateRootPaths {
# There is no template root paths becaus the template is renderd with setTemplatePathAndFilename
}
partialRootPaths {
#5 = SET VIA AUTOLOADER
#10 = EXT:autoloader/Resources/Private/Partials/
#xx = custom paths by external configuration
}
layoutRootPaths {
#5 = SET VIA AUTOLOADER
#10 = EXT:autoloader/Resources/Private/Layouts/
#xx = custom paths by external configuration
}
}
}