Fixed up data model and a basic placeholder template

This commit is contained in:
WBHarry 2025-06-08 18:49:42 +02:00
parent 746e0f239a
commit ece00c4fcb
15 changed files with 300 additions and 145 deletions

View file

@ -0,0 +1,9 @@
<header class='item-card-header'>
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
<div class='item-info'>
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<div class='item-description'>
<h3>{{localize 'TYPES.Actor.environment'}}</h3>
</div>
</div>
</header>