forked from DMKEBUSINESSGMBH/typo3-mktools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
35 lines (24 loc) · 2.26 KB
/
Copy pathext_conf_template.txt
File metadata and controls
35 lines (24 loc) · 2.26 KB
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
# cat=modules; type=boolean; label=Activates the content replace module.
contentReplaceActive = 0
# cat=modules; type=boolean; label=Activates the ajax content renderer module.
ajaxContentRendererActive = 0
# cat=modules; type=boolean; label=Activates the tslib xclass:Enables the tslib xclass for advanced page not found handling. Since TYPO3 9.5 not longer available.
pageNotFoundHandling = 0
# cat=modules; type=boolean; label=Activates the realurl xclass:Enables the realurl xclass for localized post var sets. Since TYPO3 9.5 not longer available.
realUrlXclass = 0
# cat=modules; type=boolean; label=Activates the Robots Meta Tag:Enables the individual Robots Meta-Tag for Pages
seoRobotsMetaTagActive = 0
# cat=modules; type=boolean; label=Should FAL Images be added for Cal Events?
shouldFalImagesBeAddedToCalEvent = 0
# cat=modules; type=boolean; label=Should FAL Images be added for TT_News News?
shouldFalImagesBeAddedToTtNews = 0
# cat=errorhandling; type=string; label=Either start with "FILE:" and than the relative link to a page inside TYPO3 which is displayed in case of unhandled exceptions or registered PHP errors ($GLOBALS['TYPO3_CONF_VARS']['SYS']['errorHandlerErrors']). Or use "TYPOSCRIPT:" to define a TS which is used. There you should define config.tx_mktools.errorhandling = your-error-page.html
exceptionPage =
# cat=realurl; type=boolean; label=FixedPostVar Types (tx_mktools_fixedpostvartypes):Integriert die TCA für tx_mktools_fixedpostvartypes. Since TYPO3 9.5 not longer available.
tableFixedPostVarTypes = 0
# cat=realurl; type=string; label=Absoluter Pfad zur realurl Konfiguration. Since TYPO3 9.5 not longer available.
realUrlConfigurationFile =
# cat=realurl; type=string; label=Absoluter Pfad zur Vorlage der realurl Konfiguration. Since TYPO3 9.5 not longer available.
realUrlConfigurationTemplate =
# cat=errorhandling; type=string; label=Time in seconds: The same messages are only logged with the syslog function again if they were logged more than this time ago to prevent a flood. By default the same messages are only logged once a minute. Leave empty if you don't want that feature. Other hooks configured for $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_div.php']['systemLog'] might conflict with this.
systemLogLockThreshold = 60