'); } 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:

', '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' => '' ); // 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/' ); ?>