Conserve l'historique des réponses
All checks were successful
Release Creation / build (release) Successful in 1m26s

This commit is contained in:
2025-02-22 22:44:00 +01:00
parent 544f9f467a
commit fe0814e498
50 changed files with 158 additions and 147 deletions

View File

@ -449,7 +449,7 @@
<h3><label class="items-title-text">Background</label></h3>
</span>
<div class="form-group editor">
{{editor description target="system.biodata.description" button=true owner=owner
{{editor description target="system.description" button=true owner=owner
editable=editable}}
</div>
<hr>
@ -457,7 +457,14 @@
<h3><label class="items-title-text">Notes</label></h3>
</span>
<div class="form-group editor">
{{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}}
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
</div>
<hr>
<span class="item-name-label-header items-title-bg">
<h3><label class="items-title-text">Histoire</label></h3>
</span>
<div class="form-group editor">
{{editor histoire target="system.histoire" button=true owner=owner editable=editable}}
</div>
<hr>