Item structure

This commit is contained in:
2021-04-01 22:53:27 +02:00
parent f10691af65
commit 963cb00944
27 changed files with 2205 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{{#if data.isGM}}
<h3>GM Notes : </h3>
<div class="form-group editor">
{{editor content=data.gmnotes target="data.gmnotes" button=true owner=owner editable=editable}}
</div>
{{/if}}