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

7 lines
202 B
HTML
Raw Normal View History

{{#if options.isGM}}
<h3>Notes du MJ : </h3>
2022-12-15 00:36:12 +01:00
<div class="form-group large-editor">
{{editor notesmj target="system.notesmj" button=true owner=owner editable=true engine="prosemirror"}}
</div>
{{/if}}