Init system

This commit is contained in:
2022-11-27 08:58:19 +01:00
parent 464ee3ad1d
commit ea18464bf7
68 changed files with 6633 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{{#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}}