Will it works in 4.10 as well?
i am gonna change
<nop-textarea asp-for="@Model.Locales[item].ShortDescription" />
with this.
<nop-editor asp-for="@Model.Locales[item].ShortDescription" asp-template="RichEditor" />
will it effects my Database or will run smoothly?