-
Notifications
You must be signed in to change notification settings - Fork 1
/
Placement.info
69 lines (58 loc) · 1.98 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<Placement>
<!-- Page -->
<Match ContentType="Page">
<Match Path="~/">
<Place Fields_Input-ContentSharing = "-"
Parts_Title = "-"
Parts_Common_Metadata = "-" />
</Match>
<Match DisplayType="Detail">
<Place Parts_Common_Metadata = "-" />
</Match>
</Match>
<!-- Form -->
<Match ContentType="Form">
<Match DisplayType="Detail">
<Place Parts_Common_Metadata = "-" />
</Match>
</Match>
<!-- Projection -->
<Match ContentType="Projection">
<Place Parts_Common_Metadata="-" />
</Match>
<!-- Blog -->
<Match ContentType="Blog">
<Place Parts_Common_Metadata="-" />
</Match>
<!-- Blog Post -->
<Match ContentType="BlogPost">
<Match DisplayType="Detail">
<Place Fields_MediaLibraryUpload-HeaderImage = "Content: 1"
Fields_Enumeration-Status = "-"
Parts_ListOfComments="/AfterContent:10.2"
Parts_CommentForm="/AfterContent:10.3" />
</Match>
<Match DisplayType="Summary">
<Place
Fields_MediaLibraryUpload_Summary-HeaderImage = "-"
Parts_Comments_Count = "-" />
</Match>
<Match DisplayType="TitleSummary">
<Place Parts_Title_Summary = "Header: 5"
Parts_Common_Metadata_Summary = "Meta: 2"
Parts_Comments_Count = "-"
Parts_Common_Body_Summary = "-"
Parts_Tags_ShowTags = "-" />
</Match>
</Match>
<!-- Featured Image -->
<Match DisplayType="Detail">
<Place Fields_MediaLibraryPicker-FeaturedImage = "Content:1" />
</Match>
<!-- Content Sharing -->
<Place Fields_Input_Edit-ContentSharing = "-"
Fields_Input-ContentSharing = "-" />
<Match DisplayType="Detail">
<Place Fields_Input-ContentSharing = "Content:10" />
</Match>
</Placement>