mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Added support for wildcard paths in beastform token paths
This commit is contained in:
parent
a7d035bcdb
commit
200349be3b
11 changed files with 171 additions and 2 deletions
5
templates/dialogs/image-select/main.hbs
Normal file
5
templates/dialogs/image-select/main.hbs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div class="images-container">
|
||||
{{#each images as |image|}}
|
||||
<a data-action="selectImage"><img {{#if (eq image @root.selectedImage)}}class="selected"{{/if}} src="{{image}}" data-image="{{image}}" /></a>
|
||||
{{/each}}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue