Files
fvtt-machine-gods-noxian-ex…/templates/party-notes.hbs
T

11 lines
356 B
Handlebars

<section class="tab-panel {{tab.cssClass}}">
<div class="inventory-section">
<div class="inventory-header">
<h3>{{localize "MGNE.Common.Notes"}}</h3>
</div>
<fieldset>
{{formInput systemFields.notes enriched=(lookup enrichedFields "notes") value=system.notes name="system.notes" toggled=true}}
</fieldset>
</div>
</section>