2010-10-14 11:15:22 -07:00
<Placement>
2010-10-15 14:40:35 -07:00
<!-- available display shapes -->
<!--
Parts_Blogs_Blog_Manage
Parts_Blogs_Blog_Description
2010-10-18 01:28:39 -07:00
Parts_Blogs_Blog_BlogPostCount
2010-10-15 14:40:35 -07:00
Parts_Blogs_Blog_Pager
Parts_Blogs_BlogPost_List -> when in the blog detail display the blog post list is currently hard-coded to Content:5 to enable the current state of blog paging
Parts_Blogs_BlogPost_List_Admin
-->
<!-- widget and edit shapes just get default placement -->
<!-- edit "shapes" -->
2010-10-29 22:52:53 -07:00
<Place Parts_Blogs_Blog_Fields="Content:2"/>
<Place Parts_Blogs_BlogArchives_Edit="Content:5"/>
<Place Parts_Blogs_RecentBlogPosts_Edit="Content:5"/>
2010-10-15 14:40:35 -07:00
<!-- widgets -->
<Place Parts_Blogs_BlogArchives="Content"/>
<Place Parts_Blogs_RecentBlogPosts="Content"/>
2010-10-18 01:28:39 -07:00
<!-- default positioning -->
2010-10-14 11:15:22 -07:00
<Match ContentType="Blog">
<Match DisplayType="Detail">
2010-10-25 10:16:33 -07:00
<!-- blog posts currently added to the blog within the controller into Content:5 <Place Parts_Blogs_BlogPost_List="Content:5" /> but...
...placing it in in the Content zone as it's currently implemented to light up the RSS feed for the blog... -->
2010-10-18 15:00:19 -07:00
<!-- Parts_Blogs_RemotePublishing is made available with the "Remote Blog Publishing" feature -->
2010-10-25 10:16:33 -07:00
<Place Parts_Blogs_BlogPost_List="Content"
Parts_Blogs_Blog_Pager="Content:after"
2010-10-18 15:00:19 -07:00
Parts_Blogs_Blog_Description="Content:before"
Parts_Blogs_RemotePublishing="Content"/>
2010-10-14 11:15:22 -07:00
</Match>
<Match DisplayType="DetailAdmin">
<Place Parts_Blogs_BlogPost_List_Admin="Content:5"
2010-10-29 22:52:53 -07:00
Parts_Blogs_Blog_Manage="Actions"
Parts_Blogs_Blog_Description="Actions:after"/>
2010-10-14 11:15:22 -07:00
</Match>
<Match DisplayType="Summary">
2010-10-18 01:28:39 -07:00
<Place Parts_Blogs_Blog_Description="Content:before"
Parts_Blogs_Blog_BlogPostCount="Meta:3"/>
2010-10-14 11:15:22 -07:00
</Match>
<Match DisplayType="SummaryAdmin">
<Place Parts_Blogs_Blog_Description="Content:before"/>
</Match>
</Match>
</Placement>