Use the summernote editor for product description (closes #288)

This commit is contained in:
Bernd Bestel
2019-08-15 14:35:28 +02:00
parent 257dd644aa
commit f9036f0248
9 changed files with 20 additions and 27 deletions

View File

@@ -521,3 +521,8 @@ $(document).on("click", ".easy-link-copy-textbox", function()
{
$(this).select();
});
$("textarea.wysiwyg-editor").summernote({
minHeight: "300px",
lang: __t("summernote_locale")
});