Removed LocalizationPart (#7911)

This commit is contained in:
Matteo Piovanelli
2018-04-05 21:24:34 +02:00
committed by Sébastien Ros
parent e3f010d62b
commit 6da6368bcc
2 changed files with 1 additions and 5 deletions

View File

@@ -26,14 +26,12 @@
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Indexes="Search">
<TitlePart/>
<TagsPart />
<LocalizationPart />
<AutoroutePart />
<MenuPart />
</Page>
<BlogPost ContentTypeSettings.Draftable="True" TypeIndexing.Indexes="Search">
<CommentsPart />
<TagsPart />
<LocalizationPart />
<TitlePart/>
<AutoroutePart />
</BlogPost>
@@ -66,4 +64,4 @@
menuitem create /MenuPosition:"0" /MenuText:"Home" /Url:"~/" /MenuName:"Main Menu"
widget create MenuWidget /Title:"Main Menu" /RenderTitle:false /Zone:"Navigation" /Position:"1" /Layer:"Default" /Identity:"MenuWidget1" /MenuName:"Main Menu"
</Command>
</Orchard>
</Orchard>

View File

@@ -23,7 +23,6 @@
<Types>
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Indexes="Search">
<TagsPart />
<LocalizationPart />
<TitlePart/>
<AutoroutePart />
<MenuPart />
@@ -31,7 +30,6 @@
<BlogPost ContentTypeSettings.Draftable="True" TypeIndexing.Indexes="Search">
<CommentsPart />
<TagsPart />
<LocalizationPart />
<TitlePart/>
<AutoroutePart />
</BlogPost>