mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Enhanced RecipeExecutionSteps to provide and handle UI on the import screen.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user