Enhanced RecipeExecutionSteps to provide and handle UI on the import screen.

This commit is contained in:
Sipke Schoorstra
2015-07-16 14:24:55 +01:00
parent cc59a0ed74
commit 262454322c
22 changed files with 220 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using Orchard.Environment.Features;
using Orchard.Logging;
using Orchard.Recipes.Models;
using Orchard.Recipes.Services;
namespace Orchard.Modules.Recipes.Executors {
@@ -13,7 +14,10 @@ namespace Orchard.Modules.Recipes.Executors {
_featureManager = featureManager;
}
public override string Name { get { return "Feature"; } }
public override string Name
{
get { return "Feature"; }
}
// <Feature enable="f1,f2,f3" disable="f4" />
// Enable/Disable features.