renamed actor-sheet from .html to correct .hbs

This commit is contained in:
Gesina Schwalbe 2020-12-28 20:38:51 +01:00
parent 47c45ee87d
commit 2fc7fb13c8
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor> {
static get defaultOptions(): FormApplicationOptions {
return mergeObject(super.defaultOptions, {
classes: ["ds4", "sheet", "actor"],
template: "systems/ds4/templates/actor/actor-sheet.html",
template: "systems/ds4/templates/actor/actor-sheet.hbs",
width: 600,
height: 600,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }],