【发布时间】:2019-01-14 12:43:54
【问题描述】:
在 tx_news 模板中,我们有 <n:link 跟随 <f:link.typolink 似乎我们可以使用 configuration="{forceAbsoluteUrl: 1}" 并得到
<h3>
<n:link configuration="{forceAbsoluteUrl: 1}" newsItem="{newsItem}" settings="{settings}" title="{newsItem.title}">
<span itemprop="headline">{newsItem.title}</span>
</n:link>
</h3>
对于构建绝对链接 TYPO3 使用 config.absPrefix 但在 TYPO3 9.5.3 中无效。我可以在站点Configuration -> Entry Point 中更改此设置。但不是更多的打字稿。
我已经检查过了。此排版设置在 TYPO3 9.5.3 中仍然可用。但看起来只适用于资产(标题中的脚本/样式)而不适用于链接?我可以解决吗?
最后我需要来自config.absPrefix 或其他打字稿的 tx_news 中的绝对链接,但不是 config.yaml
【问题讨论】: