increase minimum characters to view Edit button at bottom
This commit is contained in:
parent
bb59f66008
commit
bb27099f9e
@ -13,7 +13,7 @@
|
||||
|
||||
@((MarkupString)content)
|
||||
|
||||
@if (PageState.EditMode && content.Length > 1000)
|
||||
@if (PageState.EditMode && content.Length > 3000)
|
||||
{
|
||||
<div class="text-center mt-2">
|
||||
<ActionLink Action="Edit" EditMode="true" ResourceKey="Edit" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user