Support markdown in notes.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-10-22 11:47:47 +02:00
parent 7edd1bff40
commit 8c675615df
6 changed files with 27 additions and 18 deletions

View File

@@ -31,7 +31,7 @@
</div>
<div class="box-body">
{{ ExpandedForm.date('targetdate') }}
{{ ExpandedForm.textarea('note') }}
{{ ExpandedForm.textarea('note', null, {helpText: trans('firefly.field_supports_markdown')} ) }}
</div>
</div>