-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlacement.info
37 lines (34 loc) · 1.2 KB
/
Placement.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Placement>
<Match ContentType="Page">
<Match DisplayType="Detail">
<Place Parts_Common_Metadata="-" />
</Match>
</Match>
<Match ContentType="Form">
<Match DisplayType="Detail">
<Place Parts_Common_Metadata="-" />
</Match>
</Match>
<Match ContentType="Blog">
<Match DisplayType="Detail">
<Place Parts_Common_Metadata="-" />
</Match>
</Match>
<Match ContentType="BlogPost">
<Match DisplayType="Detail">
<Place Parts_Title="Header:1;Wrapper=BlogPost_Title" />
<Place Parts_Common_Metadata="Header:2;Wrapper=BlogPost_CreatedDate" />
<Place Parts_Tags_ShowTags="Header:3;Wrapper=BlogPost_Tags" />
<Place Parts_Common_Body="Content:1" />
<Place Parts_ListOfComments="Footer:1" />
<Place Parts_CommentForm="Footer:2" />
</Match>
<Match DisplayType="Summary">
<Place Parts_Title_Summary="Header:1;Wrapper=BlogPost_Title_Summary" />
<Place Parts_Common_Metadata_Summary="Header:2;Wrapper=BlogPost_CreatedDate" />
<Place Parts_Common_Body_Summary="Content:1;Wrapper=BlogPost_Body_Summary" />
<Place Parts_Comments_Count="-" />
<Place Parts_Tags_ShowTags="-" />
</Match>
</Match>
</Placement>