mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Fixed up downtime dialogs and data model * Added homebrew settings without action handling for now * Added NrChoices to homebrew
18 lines
No EOL
656 B
Handlebars
18 lines
No EOL
656 B
Handlebars
<div>
|
|
<fieldset>
|
|
<legend>{{localize "Description"}}</legend>
|
|
|
|
<prose-mirror name="description" value="{{description}}" toggled=true>
|
|
{{{ enrichedDescription }}}
|
|
</prose-mirror>
|
|
</fieldset>
|
|
{{!-- <fieldset>
|
|
<legend>{{localize "Actions"}} <a data-action="addItem"><i class="fa-solid fa-plus"></i></a></legend>
|
|
|
|
<div class="settings-items">
|
|
{{#each this.actions as |action index|}}
|
|
{{> "systems/daggerheart/templates/settings/components/settings-item-line.hbs" action type="actions" id=index }}
|
|
{{/each}}
|
|
</div>
|
|
</fieldset> --}}
|
|
</div> |