Files
fvtt-mournblade-cyd-2-0/templates/editor-notes-gm.hbs
T
uberwald e270d5704b
Release Creation / build (release) Successful in 8m45s
Corrections sur traits et fiches perso/creature
2026-06-26 17:05:12 +02:00

8 lines
289 B
Handlebars

{{#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}}