mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
21 lines
No EOL
646 B
Handlebars
21 lines
No EOL
646 B
Handlebars
<section
|
|
class='tab {{tabs.main.cssClass}} {{tabs.main.id}}'
|
|
data-tab='{{tabs.main.id}}'
|
|
data-group='{{tabs.main.group}}'
|
|
>
|
|
{{#if hasIcon}}
|
|
<fieldset class="one-column">
|
|
<legend>{{localize "DAGGERHEART.GENERAL.icon"}}</legend>
|
|
|
|
<input type="text" name="icon" value="{{move.icon}}" />
|
|
</fieldset>
|
|
{{/if}}
|
|
|
|
<fieldset class="one-column">
|
|
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</legend>
|
|
|
|
<prose-mirror name="description" value="{{move.description}}">
|
|
{{{ move.enrichedDescription }}}
|
|
</prose-mirror>
|
|
</fieldset>
|
|
</section> |