Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
typo3新闻:新闻容器$contentElements上允许的内容元素_Typo3_Tx News - Fatal编程技术网

typo3新闻:新闻容器$contentElements上允许的内容元素

typo3新闻:新闻容器$contentElements上允许的内容元素,typo3,tx-news,Typo3,Tx News,我想在容器“inhaltselement”上添加自定义内容元素 textmedia元素和其他几个元素可以工作 但如果我从自己的扩展或掩码导出添加自定义组件元素,则会出现以下错误: “这是我的错” HTMLCE也不起作用 另请参见屏幕检查新闻文件夹中的权限配置和页面设置。 寻找类似于: TCEFORM.tt_content.CType { removeItems := addToList(html) } 这至少会触发您在上面看到的消息。gridelements等扩展添加了一个函数,用于

我想在容器“inhaltselement”上添加自定义内容元素

textmedia元素和其他几个元素可以工作

但如果我从自己的扩展或掩码导出添加自定义组件元素,则会出现以下错误:

“这是我的错”

HTMLCE也不起作用


另请参见屏幕

检查新闻文件夹中的权限配置和页面设置。 寻找类似于:

TCEFORM.tt_content.CType {
     removeItems := addToList(html)
}

这至少会触发您在上面看到的消息。

gridelements等扩展添加了一个函数,用于排除特定colPos的内容元素。可能保存新闻记录的存储文件夹受到任何不允许这些记录类型的后端布局的影响?或者他们被页面TSConfig排除了?我试了很多次,但是没有找到错误消息的原因。我提出了一个新的bug问题,您也可以在T3V7.6.21中使用它