fvtt-imperium5/templates/editor-notes-gm.html

7 lines
180 B
HTML
Raw Normal View History

2022-03-13 16:17:04 +01:00
{{#if data.isGM}}
<h3>GM Notes : </h3>
<div class="form-group editor">
2022-10-19 17:30:47 +02:00
{{editor system.gmnotes target="system.gmnotes" button=true owner=owner editable=editable}}
2022-03-13 16:17:04 +01:00
</div>
{{/if}}