TYPO3 6.1.7(我知道...客户端拒绝升级)
tinymce_rte 0.9.2
我们有一个自定义扩展名,提供2种语言,并希望将默认语言链接到RTE中的翻译。
我们输入一个外部链接(两种语言的域都相同,不同之处是/ en /部分),例如:https://www.domain.tld/en/path/to/translation/
TYPO3将以下内容保存到数据库中:<link en/path/to/translation/>Linktext</link>
,这会在后端内引发以下错误:
1320575630: Folder en/path/to/translation/ does not exist
我们如何防止这种行为,只是在输入链接时保存链接?