mirror of
https://github.com/grocy/grocy.git
synced 2025-09-29 19:12:24 +00:00
Use the summernote editor for product description (closes #288)
This commit is contained in:
@@ -521,3 +521,8 @@ $(document).on("click", ".easy-link-copy-textbox", function()
|
||||
{
|
||||
$(this).select();
|
||||
});
|
||||
|
||||
$("textarea.wysiwyg-editor").summernote({
|
||||
minHeight: "300px",
|
||||
lang: __t("summernote_locale")
|
||||
});
|
||||
|
Reference in New Issue
Block a user