Actions
Feature #17742
closedconfig.fileTarget for default link target on files
Start date:
2007-11-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
The attached patch against directory cms in typo3/sysext of TYPO3 4.1.3 introduces the new config property fileTarget, which makes the default target for internal links on files configurable.
Might be quite useful if internal links shall open in same window but file links should open in a new window, which then may be achieved as default behaviour by
config.intTarget = _self
config.fileTarget = _blank
(issue imported from #M6626)
Files
Updated by Jeff Segars about 16 years ago
Committed revised patch (Thanks Francois!) to trunk in rev. 4398.
Updated by Rafal Brzeski over 10 years ago
- Target version deleted (
-1)
this feature doesn't work any more, tested on TYPO3 6.x
Actions