TYPO3 自定义页面类型内部 link

TYPO3 custom page type internal link

我根据文档 [1] 为博客文章制作了自定义页面类型。

一切正常,但无法使用 Link 浏览器或 CKeditor Link 按钮创建内部 link 到博客页面。页面树中的页面然后变灰,就像 sysfolder 一样。

这可以通过配置实现吗?

[1] https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/PageTypes/Index.html

尽管文档指出不再限制 doktyp < 200,但 link 处理程序仍然有限制。

In TYPO3 versions below 10.4, the doktype was restricted to numbers smaller than 200 if the custom page type should be displayed in the frontend, and larger than 200 when it is just some storage. This limitation no longer exists, so you can choose a number at will.

设置doktype小于200时,可以做link