Skip to content

Commit

Permalink
Specific file picker to token config
Browse files Browse the repository at this point in the history
HTML to add a file picker to token configuration.
reads flag and updates value.
  • Loading branch information
Eriku33 authored Aug 19, 2022
1 parent a8c0c2e commit be175d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/image-hover-token-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div class="form-group">
<label>Specific image on hover</label>
<div class="form-fields">
<input class="specific-image" type="text" name="flags.image-hover.specificArt" value={{specificHoverStatus}}>
<button type="button" class="my-picker-button" data-type="imagevideo">
<input class="specific-image-hover" type="text" name="flags.image-hover.specificArt" value={{specificArtStatus}}>
<button type="button" class="image-hover-picker-button" data-type="imagevideo">
<i class="fas fa-file-import fa-fw"></i>
</button>
</div>
Expand Down

0 comments on commit be175d0

Please sign in to comment.