Char - WIP

This commit is contained in:
2022-01-06 18:22:05 +01:00
parent 7a06989d87
commit a8a27d1924
34 changed files with 693 additions and 144 deletions

View File

@ -10,6 +10,12 @@
<section class="sheet-body">
<div class="tab" data-group="primary">
<div class="small-editor item-text-long-line">
<label class="generic-label">Description</label>
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
<ul>
<li class="flexrow"><label class="generic-label">Roll Needed ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="data.rollneeded" {{checked data.rollneeded}}/></label>