Ajustement champs description

This commit is contained in:
Vincent Vandemeulebrouck
2022-12-15 00:36:12 +01:00
parent 6af6e41bc9
commit ddc37c6969
12 changed files with 46 additions and 43 deletions

View File

@ -63,17 +63,10 @@
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/inventaire.html"}}
</div>
{{!-- Biography Tab --}}
{{!-- Description Tab --}}
<div class="tab description" data-group="primary" data-tab="description">
<div class="form-group">
<span class="item-name"><h4>Race</h4></span>
<input type="text" name="system.race" value="{{system.race}}" data-dtype="String" />
</div>
<div class="form-group editor">
<span class="item-name"><h4>Description</h4>
{{editor description target="system.description" button=true owner=owner editable=true}}
<div class="form-group large-editor">
{{editor description target="system.description" button=true owner=owner editable=editable engine="prosemirror"}}
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/editor-notes-mj.html"}}