ripcrypt/templates/Apps/TraitSheet/content.hbs
2025-10-10 21:50:01 -06:00

21 lines
416 B
Handlebars

<div>
<input
type="text"
class="name"
aria-label="{{ rc-i18n "Name" }}"
name="name"
value="{{item.name}}"
{{disabled meta.limited}}
autocomplete="off"
>
<button
type="button"
data-action="openRichEditor"
data-path="system.description"
data-uuid="{{item.uuid}}"
data-collaborative="true"
>
Edit Description
</button>
<div class="value">{{{ enriched.system.description }}}</div>
</div>