Fixing recipes, adding TitlePart

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-02-21 16:53:53 -08:00
parent f11371ca91
commit 4e35068e72
2 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
<CommentsPart /> <CommentsPart />
<TagsPart /> <TagsPart />
<LocalizationPart /> <LocalizationPart />
<TitlePart/>
<AutoroutePart /> <AutoroutePart />
</BlogPost> </BlogPost>
</Types> </Types>

View File

@@ -21,12 +21,14 @@
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Included="true"> <Page ContentTypeSettings.Draftable="True" TypeIndexing.Included="true">
<TagsPart /> <TagsPart />
<LocalizationPart /> <LocalizationPart />
<TitlePart/>
<AutoroutePart /> <AutoroutePart />
</Page> </Page>
<BlogPost ContentTypeSettings.Draftable="True" TypeIndexing.Included="true"> <BlogPost ContentTypeSettings.Draftable="True" TypeIndexing.Included="true">
<CommentsPart /> <CommentsPart />
<TagsPart /> <TagsPart />
<LocalizationPart /> <LocalizationPart />
<TitlePart/>
<AutoroutePart /> <AutoroutePart />
</BlogPost> </BlogPost>
</Types> </Types>