Initial Import

This commit is contained in:
2023-01-04 21:24:56 +01:00
commit 7665fb32b5
70 changed files with 6953 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}}