mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-09 11:21:04 +08:00
Removed ImportExportCurrentTheme feature.
Removed this feature in favor of it being part of the default feature of the module.
This commit is contained in:
@@ -11,8 +11,4 @@ Category: Core
|
||||
Features:
|
||||
Orchard.Themes:
|
||||
Description: Basic theming capability.
|
||||
Category: Core
|
||||
Orchard.Themes.ImportExportCurrentTheme:
|
||||
Name: Import Export Current Theme
|
||||
Description: Provides the capability to import and export the current theme.
|
||||
Category: Deployment
|
||||
Category: Core
|
||||
@@ -1,11 +1,9 @@
|
||||
using System.Xml.Linq;
|
||||
using Orchard.Environment.Extensions;
|
||||
using Orchard.Localization;
|
||||
using Orchard.Recipes.Services;
|
||||
using Orchard.Themes.Services;
|
||||
|
||||
namespace Orchard.Themes.Recipes.Builders {
|
||||
[OrchardFeature("Orchard.Themes.ImportExportCurrentTheme")]
|
||||
public class CurrentThemeStep : RecipeBuilderStep {
|
||||
private readonly ISiteThemeService _siteThemeService;
|
||||
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
using Orchard.Environment.Extensions;
|
||||
using Orchard.Recipes.Models;
|
||||
using Orchard.Recipes.Services;
|
||||
using Orchard.Themes.Services;
|
||||
|
||||
namespace Orchard.Themes.Recipes.Executors {
|
||||
|
||||
[OrchardFeature("Orchard.Themes.ImportExportCurrentTheme")]
|
||||
public class CurrentThemeStep : RecipeExecutionStep {
|
||||
private readonly ISiteThemeService _siteThemeService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user