文档说(强调):
某些字段也有特殊的扩展,以便放置可以针对特定的字段实例。
某些字段是否包括 DateTime、Link 和 Input 字段?
我试图在 NewsItem 内容类型中隐藏一个名为 Date 的 DateTime 字段。这是我的placement.info。重要的是,这个placement.info 来自一个主题,而不是来自一个模块。
<Match ContentType="NewsItem">
<!--These ones do not work.-->
<Place Fields_Input="-" />
<Place Fields_DateTime="-" />
<Place Fields_DateTime-Date="-" />
<Place Fields_Link="-" />
<!--These ones do work-->
<Place Parts_Title="-" />
<Place Parts_Common_Metadata="-" />
<Place Fields_Common_Text="-" />
<Place Parts_Common_Body="-" />
<Place Parts_Common_Body_Summary="-" />
<Place Fields_MediaLibraryPicker="-" />
</Match>
这是其中一个字段的形状跟踪模型: