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

7 lines
178 B
Handlebars
Raw Normal View History

2023-04-19 18:44:41 +02: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}}