#210 : Champ description (MJ seulement) pour tout les items

This commit is contained in:
2021-06-29 16:03:10 +02:00
parent 52fff9e79e
commit ab9f6f0017
37 changed files with 169 additions and 212 deletions

View File

@ -0,0 +1,14 @@
<div class="flexcol">
<span><label>Description : </label></span>
<div class="form-group editor">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>
{{#if isGM}}
<div class="flexcol">
<span><label>Description (MJ seulement): </label></span>
<div class="form-group editor">
{{editor content=data.descriptionmj target="data.descriptionmj" button=true owner=owner editable=editable}}
</div>
</div>
{{/if}}