fvtt-hero-system-6/templates/partials/partial-item-description.hbs

21 lines
736 B
Handlebars
Raw Normal View History

2022-12-15 21:44:23 +01:00
<div class="tab description" data-group="primary" data-tab="description">
2022-12-29 20:30:28 +01:00
<div class="flexrow">
<label class="item-field-label-medium">Display name</label>
<input type="text" class="" name="system.displayname" value="{{system.displayname}}" data-dtype="string"/>
</div>
2023-05-07 14:03:14 +02:00
2022-12-15 21:44:23 +01:00
<div>
2023-05-07 14:03:14 +02:00
<label class="generic-label">Notes</label>
<div class="small-editor item-text-long-line">
2023-05-07 14:03:14 +02:00
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
2022-12-15 21:44:23 +01:00
</div>
</div>
2023-05-07 14:03:14 +02:00
2022-12-28 10:30:56 +01:00
<div>
2023-05-07 14:03:14 +02:00
<label class="generic-label">Description</label>
2022-12-28 10:30:56 +01:00
<div class="medium-editor item-text-long-line">
2023-05-07 14:03:14 +02:00
{{editor description target="system.description" button=true owner=owner editable=editable}}
2022-12-28 10:30:56 +01:00
</div>
</div>
2022-12-15 21:44:23 +01:00
</div>