Enabling the new Gallery Updates feature in the built-in recipes.

--HG--
branch : dev
This commit is contained in:
Suha Can
2011-03-03 18:21:59 -08:00
parent 628d133cbd
commit baabfa8c51
3 changed files with 12 additions and 12 deletions

View File

@@ -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>
@@ -38,7 +38,9 @@
<SiteSettingsPart PageSize="20" PageTitleSeparator = " - " />
<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>