This commit is contained in:
WBHarry 2026-01-10 15:48:40 +01:00
parent 9d353fe54a
commit 4a027e8591
8 changed files with 45 additions and 16 deletions

View file

@ -1,5 +1,7 @@
<div class="feature-descriptions">
<div class="features-header {{#if @root.large}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
{{#unless (eq headerStyle 'none')}}
<div class="features-header {{#if (eq headerStyle 'large')}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
{{/unless}}
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}

View file

@ -1,5 +1,7 @@
<div class="feature-descriptions">
<div class="features-header {{#if @root.large}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
{{#unless (eq headerStyle 'none')}}
<div class="features-header {{#if (eq headerStyle 'large')}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
{{/unless}}
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}