Corrections sur traits et fiches perso/creature
Release Creation / build (release) Successful in 8m45s

This commit is contained in:
2026-06-26 17:05:12 +02:00
parent 5eeffd5e24
commit e270d5704b
103 changed files with 711 additions and 403 deletions
+7 -5
View File
@@ -1,6 +1,8 @@
{{#if data.isGM}}
<h3>GM Notes : </h3>
<div class="form-group editor">
{{editor data.biodata.gmnotes target="system.biodata.gmnotes" button=true owner=owner editable=editable}}
{{#if isGM}}
<div class="sheet-box color-bg-archetype">
<span><h3>Notes du MJ</h3></span>
<div class="editor">
{{formInput systemFields.biodata.fields.gmnotes enriched=enrichedGmnotes value=system.biodata.gmnotes name="system.biodata.gmnotes" toggled=true}}
</div>
</div>
{{/if}}
{{/if}}