Conserve l'historique des réponses
All checks were successful
Release Creation / build (release) Successful in 1m26s

This commit is contained in:
2025-02-22 22:44:00 +01:00
parent 544f9f467a
commit fe0814e498
50 changed files with 158 additions and 147 deletions

View File

@ -57,6 +57,7 @@ export class TeDeumActorPJSheet extends ActorSheet {
educations: this.actor.getEducations(),
description: await TextEditor.enrichHTML(this.object.system.description, { async: true }),
notes: await TextEditor.enrichHTML(this.object.system.notes, { async: true }),
histoire: await TextEditor.enrichHTML(this.object.system.histoire, { async: true }),
options: this.options,
owner: this.document.isOwner,
editScore: this.options.editScore,