TYPO3 has a very flexible API for link handling/building visible in the link dialog of fields and RTE and used in the typoLink method. I wonder if that API could be used to basically allow redirects to anything configured for TYPO3 link handling, e.g. custom records.
This would make the redirect types Internal page, External URL and Internal file obsolete since these are available by default.
TYPO3 has a very flexible API for link handling/building visible in the link dialog of fields and RTE and used in the
typoLinkmethod. I wonder if that API could be used to basically allow redirects to anything configured for TYPO3 link handling, e.g. custom records.This would make the redirect types Internal page, External URL and Internal file obsolete since these are available by default.