mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 12:29:04 +08:00
Enabling the new Gallery Updates feature in the built-in recipes.
--HG-- branch : dev
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
TinyMce,Orchard.Media,Orchard.MediaPicker,Orchard.PublishLater,
|
||||
Orchard.jQuery,Orchard.Widgets,
|
||||
Orchard.Scripting,Orchard.Scripting.Lightweight,
|
||||
PackagingServices,Orchard.Packaging,Gallery,
|
||||
PackagingServices,Orchard.Packaging,Gallery,Gallery.Updates,
|
||||
TheThemeMachine" />
|
||||
|
||||
<Metadata>
|
||||
@@ -39,6 +39,8 @@
|
||||
<CommentSettingsPart ModerateComments="true" />
|
||||
</Settings>
|
||||
|
||||
<Migration features="*" />
|
||||
|
||||
<Command>
|
||||
layer create Default /LayerRule:"true"
|
||||
layer create Authenticated /LayerRule:"authenticated"
|
||||
@@ -51,6 +53,4 @@
|
||||
widget create HtmlWidget /Title:"Third Leader Aside" /Zone:"TripelThird" /Position:"5" /Layer:"TheHomepage" /UseLoremIpsumText:true
|
||||
menuitem create /MenuPosition:"1" /MenuText:"Home" /Url:"" /OnMainMenu:true
|
||||
</Command>
|
||||
|
||||
<Migration features="*" />
|
||||
</Orchard>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
Orchard.Lists,TinyMce,Orchard.Media,Orchard.MediaPicker,Orchard.PublishLater,
|
||||
Orchard.jQuery,Orchard.Widgets,Orchard.ContentTypes,
|
||||
Orchard.Scripting,Orchard.Scripting.Lightweight,
|
||||
PackagingServices,Orchard.Packaging,Gallery,
|
||||
PackagingServices,Orchard.Packaging,Gallery,Gallery.Updates,
|
||||
TheThemeMachine" />
|
||||
|
||||
<Metadata>
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
<Settings />
|
||||
|
||||
<Migration features="*" />
|
||||
|
||||
<Command>
|
||||
layer create Default /LayerRule:"true"
|
||||
layer create Authenticated /LayerRule:"authenticated"
|
||||
@@ -47,6 +49,4 @@
|
||||
widget create HtmlWidget /Title:"Third Leader Aside" /Zone:"TripelThird" /Position:"5" /Layer:"TheHomepage" /UseLoremIpsumText:true
|
||||
menuitem create /MenuPosition:"1" /MenuText:"Home" /Url:"" /OnMainMenu:true
|
||||
</Command>
|
||||
|
||||
<Migration features="*" />
|
||||
</Orchard>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</Recipe>
|
||||
|
||||
<Feature disable="Feeds, Containers"
|
||||
enable="Orchard.jQuery" />
|
||||
enable="Orchard.jQuery,Gallery.Updates" />
|
||||
|
||||
<Metadata>
|
||||
<Types>
|
||||
@@ -23,10 +23,10 @@
|
||||
|
||||
<Settings />
|
||||
|
||||
<Migration features="*" />
|
||||
|
||||
<Command>
|
||||
page create /Slug:"welcome-to-orchard" /Title:"Welcome to Orchard!" /Path:"welcome-to-orchard" /Homepage:true /Publish:true /Text:"Welcome To Orchard!"
|
||||
menuitem create /MenuPosition:"1" /MenuText:"Home" /Url:"" /OnMainMenu:true
|
||||
</Command>
|
||||
|
||||
<Migration features="*" />
|
||||
</Orchard>
|
||||
|
||||
Reference in New Issue
Block a user