2021-03-17 01:21:37 +01:00
|
|
|
{{#if options.isGM}}
|
2020-12-01 20:52:05 +01:00
|
|
|
<h3>Notes du MJ : </h3>
|
2022-12-15 00:36:12 +01:00
|
|
|
<div class="form-group large-editor">
|
2023-01-28 16:34:09 +01:00
|
|
|
{{editor notesmj target="system.notesmj" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
|
2020-12-01 20:52:05 +01:00
|
|
|
</div>
|
|
|
|
{{/if}}
|