mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
try to make it drier
This commit is contained in:
parent
7ffafae475
commit
745e68b4e2
6 changed files with 151 additions and 173 deletions
|
|
@ -9,7 +9,7 @@
|
|||
{{#if isItemEffect}}
|
||||
{{formGroup fields.transfer value=source.transfer rootId=rootId label=legacyTransfer.label hint=legacyTransfer.hint}}
|
||||
|
||||
{{!-- Attachment-only flag for item effects --}}
|
||||
{{!-- Attachment-only flag for item effects TODO figure out how to do this with formGroups--}}
|
||||
<div class="form-group">
|
||||
<label for="{{rootId}}-attachmentOnly">{{localize "DAGGERHEART.Effect.AttachmentOnly.Label"}}</label>
|
||||
<input type="checkbox" id="{{rootId}}-attachmentOnly" name="flags.daggerheart.attachmentOnly" {{#if source.flags.daggerheart.attachmentOnly}}checked{{/if}}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue