mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Use the summernote editor for product description (closes #288)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="description">{{ $__t('Description') }}</label>
|
||||
<textarea class="form-control" rows="2" id="description" name="description">@if($mode == 'edit'){{ $product->description }}@endif</textarea>
|
||||
<textarea class="form-control wysiwyg-editor" id="description" name="description">@if($mode == 'edit'){{ $product->description }}@endif</textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group tm-group">
|
||||
|
Reference in New Issue
Block a user