feat: add Edit Image Handler to Actor Sheet
This commit is contained in:
parent
6c72605156
commit
aa9cbee8b4
2 changed files with 22 additions and 1 deletions
|
@ -11,7 +11,7 @@ SPDX-License-Identifier: MIT
|
|||
!-- @param @partial-block: Properties to render in the second header row.
|
||||
--}}
|
||||
<header class="ds4-actor-header">
|
||||
<img class="ds4-actor-header__img{{#if editable}} ds4-actor-header__img--editable{{/if}}" src="{{data.img}}" data-edit="img" alt="{{localize 'DS4.ActorImageAltText'}}"
|
||||
<img class="ds4-actor-header__img{{#if editable}} ds4-actor-header__img--editable{{/if}}" src="{{data.img}}" data-action="editImage" alt="{{localize 'DS4.ActorImageAltText'}}"
|
||||
title="{{data.name}}" height="100" width="100" />
|
||||
<div class="ds4-actor-header__data">
|
||||
<div class="ds4-actor-header__data-row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue