All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
1.3 KiB

<div class="tab notes" data-group="primary" data-tab="notes">
<div class = "notes-section public-notes">
<label class= "details-label">{{localize "PF2E.NPC.PublicNotes"}}</label>
<div class="notes-text">
{{editor enrichedContent.publicNotes target="system.details.publicNotes" button=true editable=editable}}
</div>
</div>
<div class="notes-section private-notes">
<label class="details-label">{{localize "PF2E.NPC.PrivateNotes"}}</label>
<div class = "notes-text">
{{editor enrichedContent.privateNotes target="system.details.privateNotes" button=true editable=editable}}
</div>
</div>
<div class="source section-container headerless">
<div class="section-body flexrow">
<label>{{localize "PF2E.Source.Label"}}:</label>
<input class="source-input" name="system.details.source.value" type="text" value="{{data.details.source.value}}" placeholder="{{localize "PF2E.Source.SourcePlaceholder"}}" />
<label>{{localize "PF2E.Source.AuthorLabel"}}:</label>
<input name="system.details.source.author" type="text" value="{{data.details.source.author}}" placeholder="{{localize "PF2E.Source.AuthorPlaceholder"}}" />
</div>
</div>
</div>