From 0585725eb8da0ca32cd5aec08b553dac28cf3b9d Mon Sep 17 00:00:00 2001 From: Elix Merlino Neto <64287841+netoelix@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:46:44 -0300 Subject: [PATCH] Update item-sheet.html for comment editor changes Adjusting text edit button in "item" item class --- templates/item/item-sheet.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/item/item-sheet.html b/templates/item/item-sheet.html index 0836edc..d040620 100644 --- a/templates/item/item-sheet.html +++ b/templates/item/item-sheet.html @@ -161,8 +161,8 @@

{{localize 'ALIENRPG.QuantityLabel'}}

{{localize 'ALIENRPG.Comment'}}

{{!-- --}} -
- {{editor system.attributes.comment.value target="system.attributes.comment.value" button=true owner=owner editable=true}} +
+ {{editor system.general.comment.value target="system.general.comment.value" button=true owner=owner editable=true}}
@@ -391,7 +391,7 @@

{{localize 'ALIENRPG.Skills'}}

{{!-- Notes Tab --}} -
+
{{editor system.notes.notes target="system.notes.notes" button=true owner=owner editable=true}}