从页面类型中删除 Content 字段后,添加到Root.Main的所有新字段都会出现在 MetaData-Tab 下。这很烦人。有人可以告诉我如何获取 MetaData-Tab 上方的新字段吗?
这是我的代码
$fields->removeFieldsFromTab('Root.Main', array('Content'));
$newsObjectField = new GridField('News', _t('Dict.NEWS', 'News'), $this->News(), CreateUnsortableGrid::create());
$fields->addFieldToTab('Root.Main', $newsObjectField);
提前谢谢