fvtt-crucible-rpg/templates/editor-notes-gm.html

7 lines
184 B
HTML
Raw Normal View History

2022-07-19 23:16:03 +02:00
{{#if data.isGM}}
<h3>GM Notes : </h3>
<div class="form-group editor">
{{editor content=data.gmnotes target="data.gmnotes" button=true owner=owner editable=editable}}
</div>
{{/if}}