mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 17:51:45 +08:00
Removed LocalizationPart (#7911)
This commit is contained in:
committed by
Sébastien Ros
parent
e3f010d62b
commit
6da6368bcc
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user