mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* rework new environment template sheet, add environment-settings sheet, improve adversary-settings sheet and delete legacy actor sheet templates * Potential Adversaries can be dragged out of the sheet onto canvas * Added ToChat and UseItem --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
10 lines
No EOL
382 B
Handlebars
10 lines
No EOL
382 B
Handlebars
<section
|
|
class='tab {{tabs.notes.cssClass}} {{tabs.notes.id}}'
|
|
data-tab='{{tabs.notes.id}}'
|
|
data-group='{{tabs.notes.group}}'
|
|
>
|
|
<fieldset class="fit-height">
|
|
<legend>{{localize tabs.notes.label}}</legend>
|
|
{{formInput systemFields.notes value=document.system.notes enriched=document.system.notes localize=true toggled=true}}
|
|
</fieldset>
|
|
</section> |