# 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.
pageNotFoundHandling = 0

# cat=modules; type=boolean; label=Activates the realurl xclass:Enables the realurl xclass for localized post var sets.
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 
tableFixedPostVarTypes = 0

# cat=realurl; type=string; label=Absoluter Pfad zur realurl Konfiguration 
realUrlConfigurationFile = 

# cat=realurl; type=string; label=Absoluter Pfad zur Vorlage der realurl Konfiguration 
realUrlConfigurationTemplate = 

# cat=modules; type=string; label=Only for TYPO3 6.2 and higher. Loads TCA overrides for those commaseparated extensions after the TCA was loaded. This way we make sure the overrides are loaded correct in all cases. The TCA files must reside in $EXTNAME/Configuration/TCA/Overrides and the filename must match the TCA table to override. 
tcaPostProcessingExtensions = mktools

# 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