Bug #16791 » page_target_default_compat_new.diff
typo3/sysext/css_styled_content/ext_localconf.php (working copy) | ||
---|---|---|
<li><b>CSS based "image" and "text with image"</b><br />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 <a href="http://wiki.typo3.org/index.php/TYPO3_4.0" target="_blank">4.0 release notes</a> for further information.</li></ul>',
|
||
'description_acknowledge' => 'You will have to update your stylesheets to comply with these changes.'
|
||
);
|
||
$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' => '<p>The default page target is empty (so no target is generated). If you use frames, you have to set target to "page" in Constants.</p>'
|
||
);
|
||
?>
|
typo3/sysext/css_styled_content/static/constants.txt (working copy) | ||
---|---|---|
# cat=advanced/links; type=small; label= Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: Set to "page" if you have frames in the template. If not, set to "" (empty)
|
||
PAGE_TARGET = page
|
||
[compatVersion = 4.2.0]
|
||
|
||
# cat=advanced/links; type=small; label= Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: set to "" (empty). If you have frames in the template set to "page"
|
||
PAGE_TARGET =
|
||
content.pageFrameObj >
|
||
[end]
|
||
[compatVersion = 3.9.0]
|
||
styles.content.imgtext >
|
typo3/sysext/css_styled_content/static/setup.txt (working copy) | ||
---|---|---|
}
|
||
}
|
||
# Match TYPO3 4.2.0 and later
|
||
[compatVersion = 4.2.0]
|
||
tt_content.menu.20.default.1.target = {$PAGE_TARGET}
|
||
tt_content.menu.20.2.1.target = {$PAGE_TARGET}
|
||
[end]
|
||
# ****************
|
||
# CType: shortcut
|
- « Previous
- 1
- 2
- 3
- Next »