-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_typoscript_setup.txt
79 lines (68 loc) · 1.66 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
plugin.tx_vierwdgooglesitemap {
sitemap = USER
sitemap {
userFunc = Vierwd\VierwdGooglesitemap\Controller\SitemapController->generateAction
# DOKTYPE_DEFAULT = 1;
# DOKTYPE_LINK = 3;
# DOKTYPE_SHORTCUT = 4;
# DOKTYPE_BE_USER_SECTION = 6;
# DOKTYPE_MOUNTPOINT = 7;
# DOKTYPE_SPACER = 199;
# DOKTYPE_SYSFOLDER = 254;
# DOKTYPE_RECYCLER = 255;
settings.includeDoktypes = 1
settings.showAlternateLanguages = 0
settings.additionalLinks {
# products {
# records {
# table = tx_vierwddlw_domain_model_productcategory
# select {
# pidInList = 17
# where = sys_language_uid=0
# languageField = 0
# }
# }
# typolink {
# parameter = record:products:tx_vierwddlw_domain_model_productcategory:{field:uid}
# parameter.insertData = 1
# useCacheHash = 1
# mergeWithLinkhandlerConfiguration = 1
# }
# }
}
}
robots = USER
robots {
userFunc = Vierwd\VierwdGooglesitemap\Controller\SitemapController->robotsAction
}
}
sitemap = PAGE
sitemap {
typeNum = 150
config {
spamProtectEmailAddresses = 0
disableAllHeaderCode = 1
disableCharsetHeader = 1
xhtml_cleaning = 0
admPanel = 0
debug = 0
additionalHeaders.150.header = Content-Type: application/xml;charset=utf-8
additionalHeaders.150.replace = 1
}
10 =< plugin.tx_vierwdgooglesitemap.sitemap
}
robots = PAGE
robots {
typeNum = 151
config {
spamProtectEmailAddresses = 0
disableAllHeaderCode = 1
disableCharsetHeader = 1
xhtml_cleaning = 0
admPanel = 0
debug = 0
additionalHeaders.151.header = Content-Type: text/plain;charset=utf-8
additionalHeaders.151.replace = 1
}
10 =< plugin.tx_vierwdgooglesitemap.robots
}