fvtt-malefices/templates/actors/editor-notes-gm.hbs

7 lines
178 B
Handlebars
Raw Normal View History

2023-02-01 14:28:08 +01:00
{{#if data.isGM}}
<h3>GM Notes : </h3>
<div class="form-group editor">
{{editor data.gmnotes target="system.gmnotes" button=true owner=owner editable=editable}}
</div>
{{/if}}