mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing recipes, adding TitlePart
--HG-- branch : 1.x
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
<CommentsPart />
|
<CommentsPart />
|
||||||
<TagsPart />
|
<TagsPart />
|
||||||
<LocalizationPart />
|
<LocalizationPart />
|
||||||
|
<TitlePart/>
|
||||||
<AutoroutePart />
|
<AutoroutePart />
|
||||||
</BlogPost>
|
</BlogPost>
|
||||||
</Types>
|
</Types>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user