mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Remove Orchard.Widgets dependency from the Setup module, and Orchard.Widgets from the list of features enabled by default.
Update the Minimal and Blog recipes. --HG-- branch : recipe
This commit is contained in:
@@ -99,10 +99,6 @@
|
||||
<Project>{CDE24A24-01D3-403C-84B9-37722E18DFB7}</Project>
|
||||
<Name>Orchard.Themes</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Orchard.Widgets\Orchard.Widgets.csproj">
|
||||
<Project>{194D3CCC-1153-474D-8176-FDE8D7D0D0BD}</Project>
|
||||
<Name>Orchard.Widgets</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Module.txt" />
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
<Theme name="People Person" version="1.0" enable="true" current="true" />
|
||||
|
||||
<Feature enable="Orchard.PublishLater,Orchard.Blogs,Orchard.Comments,Orchard.ContentTypes,
|
||||
<Feature enable="Orchard.Widgets,Orchard.PublishLater,Orchard.Blogs,Orchard.Comments,Orchard.ContentTypes,
|
||||
Orchard.jQuery,Orchard.Lists,Orchard.Media,
|
||||
Orchard.Tags,Orchard.Scripting,Orchard.Scripting.Lightweight,
|
||||
TinyMce,TheThemeMachine,Orchard.Experimental" />
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<Version>1.0</Version>
|
||||
</Recipe>
|
||||
|
||||
<Feature disable="Feeds,Scheduling,Reports,Orchard.Widgets,Containers"
|
||||
<Feature disable="Feeds,Scheduling,Reports,Containers"
|
||||
enable="Orchard.jQuery,TheThemeMachine" />
|
||||
|
||||
<Metadata>
|
||||
|
@@ -76,7 +76,7 @@ namespace Orchard.Setup.Services {
|
||||
// Core
|
||||
"Common", "Containers", "Contents", "Dashboard", "Feeds", "HomePage", "Navigation", "Reports", "Routable", "Scheduling", "Settings", "Shapes",
|
||||
// Modules
|
||||
"Orchard.Pages", "Orchard.Widgets", "Orchard.Themes", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
|
||||
"Orchard.Pages", "Orchard.Themes", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
|
||||
"PackagingServices", "Orchard.Packaging", "Gallery", "Orchard.Recipes"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user