This commit is contained in:
WBHarry 2026-01-11 18:26:52 -05:00 committed by GitHub
commit ede177a663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 128 additions and 18 deletions

View file

@ -0,0 +1,8 @@
<div class="feature-descriptions">
{{#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}}
</div>

View file

@ -0,0 +1,8 @@
<div class="feature-descriptions">
{{#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}}
</div>