foundryvtt-reve-de-dragon/templates/actor/editor-notes-mj.html
2022-09-27 22:37:24 +02:00

7 lines
179 B
HTML

{{#if options.isGM}}
<h3>Notes du MJ : </h3>
<div class="form-group editor">
{{editor notesmj target="system.notesmj" button=true owner=owner editable=editable}}
</div>
{{/if}}