DataModels + Appv2 migration : OK

This commit is contained in:
2026-03-01 01:12:00 +01:00
parent 1ffb8b08fc
commit 6c70dc147c
130 changed files with 2998 additions and 741 deletions

View File

@@ -31,7 +31,7 @@ export default class BoLHordeSheet extends BoLBaseActorSheet {
context.options = this.options
context.editScore = this.options.editScore
context.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(
actor.system.description || "", { async: true }
actor.system.details?.biography || "", { async: true }
)
console.log("HORDE (AppV2)", context)