fix(item-sheet): enable image editing via file picker
This commit is contained in:
parent
e30ce8947e
commit
e9c223731d
2 changed files with 18 additions and 1 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT
|
|||
--}}
|
||||
|
||||
<header class="ds4-item-header">
|
||||
<img class="ds4-item-header__img" src="{{data.img}}" data-edit="img" alt="{{localize 'DS4.ItemImageAltText'}}"
|
||||
<img class="ds4-item-header__img" src="{{data.img}}" data-action="editImage" alt="{{localize 'DS4.ItemImageAltText'}}"
|
||||
title="{{data.name}}" />
|
||||
<div class="ds4-item-header__data">
|
||||
<h2 class="ds4-item-header__type">{{lookup config.i18n.itemTypes item.type}}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue