mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
14 lines
No EOL
546 B
Handlebars
14 lines
No EOL
546 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 notes.field value=notes.value enriched=notes.value toggled=true}}
|
|
</fieldset>
|
|
|
|
{{#if document.system.attribution.artist}}
|
|
<label class="artist-attribution">{{localize "DAGGERHEART.GENERAL.artistAttribution" artist=document.system.attribution.artist}}</label>
|
|
{{/if}}
|
|
</section> |