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
如何禁用typo3 9.5中的内容元素?_Typo3_Element_Disable - Fatal编程技术网

如何禁用typo3 9.5中的内容元素?

如何禁用typo3 9.5中的内容元素?,typo3,element,disable,Typo3,Element,Disable,是否有一种方法可以隐藏content add上的内容元素,而这些元素无论如何都不会被使用 什么样的用户不应该看到它们 普通用户解决方案 创建后端用户组并从其权限中删除所有不需要的元素 请在中查找该功能的官方手册 全局解 通过如下编辑页面TSConfig将其删除: TCEFORM.tt_content.CType { removeItems = header, text, textpic, image, bullets, table, uploads, media, mailform, sear

是否有一种方法可以隐藏content add上的内容元素,而这些元素无论如何都不会被使用


什么样的用户不应该看到它们

普通用户解决方案

创建后端用户组并从其权限中删除所有不需要的元素 请在中查找该功能的官方手册 全局解

通过如下编辑页面TSConfig将其删除:

TCEFORM.tt_content.CType {
 removeItems = header, text, textpic, image, bullets, table, uploads, media, mailform, search, login, menu, shortcut, html, script, splash, div, list
}

什么样的用户不应该看到它们

普通用户解决方案

创建后端用户组并从其权限中删除所有不需要的元素 请在中查找该功能的官方手册 全局解

通过如下编辑页面TSConfig将其删除:

TCEFORM.tt_content.CType {
 removeItems = header, text, textpic, image, bullets, table, uploads, media, mailform, search, login, menu, shortcut, html, script, splash, div, list
}