Added maximum display length

This commit is contained in:
2025-01-28 10:11:35 +01:00
parent b288d58c5d
commit 193f334708
4 changed files with 38 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ builder.Services.AddHopFrame(options => {
context.Table<Post>()
.Property(p => p.Content)
.SetDisplayLength(100)
.IsTextArea(true)
/*.Validator(input => {
var errors = new List<string>();