Rename the ID from token-browser to image-tagger

This commit is contained in:
Oliver 2026-02-01 15:40:10 -07:00
parent 2fdcdf062c
commit acc1858f44
25 changed files with 37 additions and 37 deletions

View file

@ -3,7 +3,7 @@
data-image-id="{{image.id}}"
>
<img
src="{{tb-filePath image.path}}"
src="{{it-filePath image.path}}"
alt=""
>
{{#if is.single}}

View file

@ -1,6 +1,6 @@
<li class="image">
<img
src="{{tb-filePath image.path}}"
src="{{it-filePath image.path}}"
alt=""
>
{{#if (eq selectMode "single")}}