$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'pagePath' => array(... ...),
'init' => array(... ...),
'preVars' => array(... ...),
// configure filenames for different pagetypes
'fileName' => array(
'defaultToHTMLsuffixOnPrev' > 0,
'index' => array(
'dynamicsitemap.xml' => array(
'keyValues' => array(
'type' => {wrapper.typeNum},
),
),
),
),
'fixedPostVars' => array(... ...),
'postVarSets' => array(... ...),
);