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

net*_*ore 1 element typo3 disable

有没有办法隐藏内容添加上无论如何都没有使用的内容元素?

在此输入图像描述

mal*_*uan 6

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

普通用户解决方案

  • 创建后端用户组并从其权限中删除所有不需要的元素
  • 在TYPO3 文档中查找官方手册

全球解决方案

通过编辑 Page-TSConfig 来删除它们,如下所示:

TCEFORM.tt_content.CType {
 removeItems = header, text, textpic, image, bullets, table, uploads, media, mailform, search, login, menu, shortcut, html, script, splash, div, list
}
Run Code Online (Sandbox Code Playgroud)