在博客文章内容类型中,我有名为&#34; BlogPostImage&#34;的媒体库选取器字段。在placement.info中,我添加:<Match ContentType="BlogPost">
<Match DisplayType="Summary">
<Place Fields_MediaLibraryPicker="Content:1"/>
</Match>
</Match>
所以图片显示在摘要页面中,我想在最近的博客小工具中显示相同的图片。怎么样?
答案 0 :(得分:1)
您必须覆盖形状模板。 在views \ Parts.Blogs.RecentBlogPosts.cshtml
中请参阅此主题的示例:https://bitbucket.org/psenechal/pjs.bootstrap 名为BlogPostImage的MediaPickerField用于views \ Content-BlogPost.Summary.cshtml