mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding a description to the Script Validation part
--HG-- branch : 1.x
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Orchard.Scripting.CSharp {
|
||||
|
||||
ContentDefinitionManager.AlterPartDefinition("ScriptValidationPart", cfg => cfg
|
||||
.Attachable()
|
||||
.WithDescription("Provides a way to validate content items using C#.")
|
||||
);
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user