mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Projections: Removing length limitation from PropertyEditViewModel.RewriteText
This change is a modified version of PR #6923 according to the discussion there. https://github.com/OrchardCMS/Orchard/pull/6923
This commit is contained in:
parent
efde9e6d4d
commit
0cd7409a0f
@ -43,7 +43,6 @@ namespace Orchard.Projections.ViewModels {
|
||||
public bool HideEmpty { get; set; }
|
||||
|
||||
public bool RewriteOutput { get; set; }
|
||||
[StringLength(255)]
|
||||
public string RewriteText { get; set; }
|
||||
public bool StripHtmlTags { get; set; }
|
||||
public bool TrimLength { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user