mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
17 lines
No EOL
807 B
Handlebars
17 lines
No EOL
807 B
Handlebars
<section
|
|
class="tab {{this.tabs.base.cssClass}}"
|
|
data-group="primary"
|
|
data-tab="base"
|
|
>
|
|
<fieldset class="one-column">
|
|
<legend>{{localize "DAGGERHEART.GENERAL.identify"}}</legend>
|
|
{{formField fields.name value=source.name label="Name" name="name"}}
|
|
{{formField fields.img value=source.img label="Icon" name="img"}}
|
|
{{formField fields.actionType value=source.actionType label="Type" name="actionType" localize=true}}
|
|
{{formField fields.chatDisplay value=source.chatDisplay name="chatDisplay" classes="checkbox"}}
|
|
</fieldset>
|
|
<fieldset class="action-category">
|
|
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</legend>
|
|
{{formInput fields.description value=source.description name="description" }}
|
|
</fieldset>
|
|
</section> |