Added "send to chat" header button on Actor sheets

This commit is contained in:
Vlyan
2021-08-05 14:48:01 +02:00
parent 56ab2cfb34
commit a8389a7cc1
7 changed files with 47 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
<div class="{{cssClass}}" data-actor-id="{{actor.data._id}}">
<header class="card-header">
<h2 class="item-name">
{{data.name}}
</h2>
</header>
<section class="sheet-body">
{{#if data.img}}<p><img src="{{data.img}}" title="{{data.name}}" /></p>{{/if}}
{{#if data.data.description}}<p>{{{data.data.description}}}</p>{{/if}}
</section>
</div>