mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
14 lines
No EOL
622 B
Handlebars
Executable file
14 lines
No EOL
622 B
Handlebars
Executable file
<section
|
|
class='tab {{tabs.description.cssClass}} {{tabs.description.id}}'
|
|
data-tab='{{tabs.description.id}}'
|
|
data-group='{{tabs.description.group}}'
|
|
>
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</legend>
|
|
{{formInput systemFields.description value=document.system.description enriched=enrichedDescription toggled=true}}
|
|
</fieldset>
|
|
|
|
{{#if document.system.attribution.artist}}
|
|
<label class="artist-attribution">{{localize "DAGGERHEART.GENERAL.artistAttribution" artist=document.system.attribution.artist}}</label>
|
|
{{/if}}
|
|
</section> |