7 lines
224 B
Handlebars
7 lines
224 B
Handlebars
{{#if options.isGM}}
|
|
<h3>Notes du MJ : </h3>
|
|
<div class="form-group large-editor">
|
|
{{editor notesmj target="system.notesmj" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
|
|
</div>
|
|
{{/if}}
|