mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-09 11:21:04 +08:00
Fixing Setup due to missing dynamic forms feature
This commit is contained in:
@@ -4,8 +4,10 @@ using Orchard.DynamicForms.Services.Models;
|
||||
using Orchard.Localization;
|
||||
using Orchard.Scripting.CSharp.Services;
|
||||
using Orchard.Workflows.Models;
|
||||
using Orchard.Environment.Extensions;
|
||||
|
||||
namespace Orchard.DynamicForms.Activities {
|
||||
[OrchardFeature("Orchard.DynamicForms.Activities.Validation")]
|
||||
public class DynamicFormValidatingActivity : DynamicFormActivity {
|
||||
private readonly ICSharpService _csharpService;
|
||||
private readonly IOrchardServices _orchardServices;
|
||||
|
||||
@@ -10,7 +10,7 @@ Features:
|
||||
Name: Dynamic Forms
|
||||
Description: Create custom forms like contact forms using layouts.
|
||||
Category: Forms
|
||||
Dependencies: Orchard.Layouts, Orchard.Scripting.CSharp, Orchard.Tokens, Orchard.Workflows, Orchard.Users, Orchard.Fields, Common
|
||||
Dependencies: Orchard.Layouts, Orchard.Tokens, Orchard.Workflows, Orchard.Users, Orchard.Fields, Common
|
||||
Orchard.DynamicForms.AntiSpam:
|
||||
Name: Anti-Spam Elements
|
||||
Description: Provides anti-spam elements to protect your content from malicious submissions.
|
||||
@@ -30,4 +30,10 @@ Features:
|
||||
Name: Dynamic Forms Import Export
|
||||
Description: Enables the import and export of form submissions.
|
||||
Category: Forms
|
||||
Dependencies: Orchard.DynamicForms, Orchard.ImportExport
|
||||
Dependencies: Orchard.DynamicForms, Orchard.ImportExport
|
||||
Orchard.DynamicForms.Activities.Validation:
|
||||
Name: Dynamic Forms Validation
|
||||
Description: Provides form validation features.
|
||||
Category: Forms
|
||||
Dependencies: Orchard.DynamicForms, Orchard.Scripting.CSharp
|
||||
|
||||
Reference in New Issue
Block a user