foundryvtt-reve-de-dragon/templates/actor/editor-notes-mj.html

7 lines
179 B
HTML
Raw Normal View History

{{#if options.isGM}}
<h3>Notes du MJ : </h3>
<div class="form-group editor">
2022-09-27 21:03:18 +02:00
{{editor notesmj target="system.notesmj" button=true owner=owner editable=editable}}
</div>
{{/if}}