a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const {api, sheet} = foundry.applications;
|
||||
const {api, sheets} = foundry.applications;
|
||||
|
||||
|
||||
export default class BaseActorSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
|
||||
@@ -21,4 +21,11 @@ export default class BaseActorSheet extends api.HandlebarsApplicationMixin(sheet
|
||||
return `systems/kidsonbrooms/templates/actor/actor-sheet-{$this.actor.type}.html`;
|
||||
}
|
||||
|
||||
async getData()
|
||||
{
|
||||
const context = super.getData();
|
||||
|
||||
console.log(context);
|
||||
return context;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user