mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Updating description.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Orchard.Scripting.CSharp.Forms {
|
||||
_Script: Shape.TextArea(
|
||||
Id: "Script", Name: "Script",
|
||||
Title: T("Script"),
|
||||
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, and T(). Call SetOutcome(string outcome) to define the outcome of the activity."),
|
||||
Description: T("The script to run every time the Decision Activity is invoked. You can use ContentItem, Services, WorkContext, Workflow and T(). Call SetOutcome(string outcome) to define the outcome of the activity."),
|
||||
Classes: new[] { "tokenized" }
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user