mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
13 lines
No EOL
636 B
Handlebars
13 lines
No EOL
636 B
Handlebars
<section
|
|
class='tab {{tabs.settings.cssClass}} {{tabs.settings.id}}'
|
|
data-tab='{{tabs.settings.id}}'
|
|
data-group='{{tabs.settings.group}}'
|
|
>
|
|
{{#if (or (eq document.parent.type "adversary") (eq document.parent.type "environment"))}}
|
|
<fieldset class="two-columns">
|
|
<span>{{localize "DAGGERHEART.CONFIG.FeatureForm.label"}}</span>
|
|
{{formInput document.system.schema.fields.featureForm value=document.system.featureForm choices=featureFormChoices localize=true}}
|
|
</fieldset>
|
|
{{/if}}
|
|
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }}
|
|
</section> |