');
}
if ($_EXTCONF['removePositionTypes'] || !$_EXTCONF) {
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('
TCEFORM.tt_content.imageorient.types.image.removeItems = 8,9,10,17,18,25,26
');
}
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_accessibility'] = array(
'title' => 'CSS Styled Content: Accessibility improvements',
'version' => 3009000,
'description' => '
The rendering of the following elements will change:
- tt_content.menu (used f.e. for sitemaps): Instead of div-tags, lists are used now.
- tt_content.mailform: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.
- The p-tag has been removed from all table cells.
- CSS based "image" and "text with image"
As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements "image" and "text with image" has been changed to be CSS instead of table based. Read the 4.0 release notes for further information.
',
'description_acknowledge' => 'You will have to update your stylesheets to comply with these changes.'
);
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_pagetargets'] = array(
'title' => 'CSS Styled Content: Default targets for non-frame pages',
'version' => 4002000,
'description' => 'The default page target is empty (so no target is generated). If you use frames, you have to set target to "page" in Constants.
'
);
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_menuhtmlspecialchars'] = array(
'title' => 'CSS Styled Content: htmlspecialchars in menu content elements',
'version' => 4003000,
'description' => 'Page titles will get htmlspecialchar\'ed when rendered in "Sitemap/menu" content elements, to avoid generating invalid XHTML.
'
);
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_clearerdivsafterintexttextpicelements'] = array(
'title' => 'CSS Styled Content: clear divs, changed row space, corrected margins',
'version' => 4004000,
'description' => '- Clear divs will be generated by default for in-text right or left positioned textpic elements.
- The default row space changes to 10px, to be in line with col space and text margin.
- Rendering bugs with wrong margins were fixed (Default CSS changed).
'
);
// Register ourselves as "content rendering template" (providing the hooks of "static template 43" = content (default) )
$GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array(
'cssstyledcontent/static/',
'cssstyledcontent/static/v6.1/',
'cssstyledcontent/static/v6.0/',
'cssstyledcontent/static/v4.7/',
'cssstyledcontent/static/v4.6/',
'cssstyledcontent/static/v4.5/',
'cssstyledcontent/static/v4.4/',
'cssstyledcontent/static/v4.3/',
'cssstyledcontent/static/v4.2/',
'cssstyledcontent/static/v3.9/',
'cssstyledcontent/static/v3.8/'
);
?>