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:
Sergio Navarro 2019-08-23 12:24:14 +02:00 committed by Benedek Farkas
parent efde9e6d4d
commit 0cd7409a0f

View File

@ -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; }