2021-06-29 16:03:10 +02:00
|
|
|
<div class="flexcol">
|
|
|
|
<span><label>Description : </label></span>
|
2022-12-15 00:36:12 +01:00
|
|
|
<div class="form-group large-editor">
|
|
|
|
{{editor description target="system.description" button=true owner=owner editable=true engine="prosemirror"}}
|
2021-06-29 16:03:10 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{#if isGM}}
|
|
|
|
<div class="flexcol">
|
|
|
|
<span><label>Description (MJ seulement): </label></span>
|
2022-12-15 00:36:12 +01:00
|
|
|
<div class="form-group large-editor">
|
|
|
|
{{editor descriptionmj target="system.descriptionmj" button=true owner=owner editable=true engine="prosemirror"}}
|
2021-06-29 16:03:10 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|