Rename the ID from token-browser to image-tagger
This commit is contained in:
parent
2fdcdf062c
commit
acc1858f44
25 changed files with 37 additions and 37 deletions
|
|
@ -3,7 +3,7 @@
|
|||
data-image-id="{{image.id}}"
|
||||
>
|
||||
<img
|
||||
src="{{tb-filePath image.path}}"
|
||||
src="{{it-filePath image.path}}"
|
||||
alt=""
|
||||
>
|
||||
{{#if is.single}}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<li class="image">
|
||||
<img
|
||||
src="{{tb-filePath image.path}}"
|
||||
src="{{it-filePath image.path}}"
|
||||
alt=""
|
||||
>
|
||||
{{#if (eq selectMode "single")}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue