Allow items links in editors

This commit is contained in:
2022-09-28 15:43:48 +02:00
parent 895a722f4c
commit fa0b989c86
4 changed files with 12 additions and 5 deletions

View File

@ -56,6 +56,7 @@ export class YggdrasillItemSheet extends ItemSheet {
data: foundry.utils.deepClone(this.object.system),
optionsBase: YggdrasillUtility.createDirectOptionList(0, 20),
optionsNiveaux4: YggdrasillUtility.buildListOptions(1, 5),
description: await TextEditor.enrichHTML(this.object.system.description, {async: true}),
limited: this.object.limited,
options: this.options,
owner: this.document.isOwner,