Browse Source

description max length updated to 1000.

pull/3432/head
Alper Ebicoglu 6 years ago
parent
commit
82f6a65a89
  1. 2
      modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostConsts.cs

2
modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostConsts.cs

@ -8,7 +8,7 @@
public const int MaxContentLength = 1024 * 1024; //1MB
public const int MaxDescriptionLength = 200;
public const int MaxDescriptionLength = 1000;
}
}

Loading…
Cancel
Save