Allow items links in editors

This commit is contained in:
2022-09-28 15:42:45 +02:00
parent 4442050b11
commit 895a722f4c
21 changed files with 24 additions and 24 deletions

View File

@@ -540,17 +540,17 @@
<hr>
<h3>Biographie : </h3>
<div class="form-group editor">
{{editor data.description target="system.description" button=true owner=owner editable=editable}}
{{editor description target="system.description" button=true owner=owner editable=editable}}
</div>
<hr>
<h3>Notes : </h3>
<div class="form-group editor">
{{editor data.notes target="system.notes" button=true owner=owner editable=editable}}
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
</div>
<hr>
<h3>Tirage des Runes: </h3>
<div class="form-group editor">
{{editor data.tiragerunes target="system.tiragerunes" button=true owner=owner editable=editable}}
{{editor tiragerunes target="system.tiragerunes" button=true owner=owner editable=editable}}
</div>
<hr>
{{>"systems/fvtt-yggdrasill/templates/editor-notes-gm.html"}}