Added a setting to hide attribution

This commit is contained in:
WBHarry 2025-08-17 15:12:39 +02:00
parent e8aa2acdf0
commit 52466b2803
15 changed files with 47 additions and 15 deletions

View file

@ -18,8 +18,8 @@
</div>
{{/if}}
</div>
{{#if document.system.attribution.source}}
<label class="attribution-header-label">{{attributionLabel}}</label>
{{#if (and showAttribution document.system.attributionLabel)}}
<label class="attribution-header-label">{{document.system.attributionLabel}}</label>
{{/if}}
</div>
</div>

View file

@ -8,7 +8,7 @@
{{formInput notes.field value=notes.value enriched=notes.value toggled=true}}
</fieldset>
{{#if document.system.attribution.artist}}
{{#if (and showAttribution document.system.attribution.artist)}}
<label class="artist-attribution">{{localize "DAGGERHEART.GENERAL.artistAttribution" artist=document.system.attribution.artist}}</label>
{{/if}}
</section>