【发布时间】:2016-10-06 00:20:46
【问题描述】:
我正在尝试从 CMS 后端删除“ViewerGroups”标签。我试过了:
$fields->removeByName("Root.ViewerGroups");
和
$fields->removeByName("ViewerGroups");
但似乎都没有工作。有谁知道如何删除这个标签?
【问题讨论】:
-
ViewerGroup标签出现在 CMS 中的什么位置?
标签: php content-management-system silverstripe