Actions
Bug #20314
closedLinks with registered keywords are not recognized by RTE
Start date:
2009-04-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in class.t3lib_parsehtml_proc the only keyword that is recognized is "record"
But for linkhandler you can register and use any keyword by
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['typolinkLinkHandler']['myKeyWord'] = ...
Solution: compare link with all registered keywords
(issue imported from #M10906)
Files
Updated by Oliver Hader over 15 years ago
Let's use #19957 instead which has a patch and was already pending in the core list before...
Actions