Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在使用 TYPO3 中的扩展 TS News(新闻系统)。
我的问题是,如果我填写了 Teaser 文本字段,我怎么能说 META Description 页面正在显示 Teaser 文本?
这是在扩展模板中制作的。去
typo3conf/ext/news/Resources/Private/Detail/Opengraph.html
它已经完全集成了(第 31,32 行)
只有在您的详细视图中启用了 opengraph 子部分时才有效。
....当然,您必须禁用详细视图页面上常规页面的相应标题标签。
不要更改原始模板,否则更新会破坏您的更改!