Start 0.8 support

This commit is contained in:
2021-05-23 00:03:37 +02:00
parent 3d23807820
commit b93a29f7fc
16 changed files with 63 additions and 46 deletions

View File

@ -1,8 +1,8 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}"/>
<img class="profile-img" src="{{data.img}}" data-edit="img" title="{{data.name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
<h1 class="charname"><input name="name" type="text" value="{{data.name}}" placeholder="Name"/></h1>
</div>
</header>
@ -13,7 +13,7 @@
<div class="flexcol">
<label class="generic-label">Description</label>
<div class="form-group medium-editor">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{editor content=data.ata.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>
</div>