将自定义模板文件添加到 typo3 新闻扩展

Add custom template file to typo3 news extension

我需要在 typo3 新闻扩展中添加自己的文件。此时我尝试添加:

<numIndex index="482">
                                        <numIndex index="0">Custom</numIndex>
                                        <numIndex index="1">News->customList</numIndex>
                                    </numIndex>

在文件中:Configuration/FlexForms/flexform_news。xml 我还尝试在 Custom.html 中创建文件:

Resources/Private/Templates/News
Resources/Private/Templates/Styles/Twb/Templates/News

不幸的是,它不起作用。 Typo3 仍然显示这样的错误:糟糕,发生错误!代码:20190918154251f8d68c46 任何人都知道,我做错了什么?我只需要在 typo3 admin.

中将简单的 html 文件添加到自定义 "What to display"

您是否尝试为编辑的新闻布局选择添加更多模板?

这可以通过 adding some page TSconfig

来完成