Initial import
This commit is contained in:
10
templates/actor/npc-notes.hbs
Normal file
10
templates/actor/npc-notes.hbs
Normal file
@@ -0,0 +1,10 @@
|
||||
<section data-tab="notes" class="tab">
|
||||
<fieldset>
|
||||
<legend>{{localize "OATHHAMMER.Label.Description"}}</legend>
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>{{localize "OATHHAMMER.Label.Notes"}}</legend>
|
||||
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
|
||||
</fieldset>
|
||||
</section>
|
||||
Reference in New Issue
Block a user