79276478

Date: 2024-12-12 20:24:25
Score: 1.5
Natty:
Report link

Use something like

$GLOBALS['TCA']['sys_redirect']['columns']['target']['config']['allowedTypes'] = "['page', 'file', 'url', 'record', 'yourlinkhandler']";

in your TCA/Overrides/somefile.php. Replace "yourlinkhandler" with the name of your linkhandler.

Thanks Stefan Bürk for the hint.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: t3fan