renamed actor-sheet from .html to correct .hbs
This commit is contained in:
parent
47c45ee87d
commit
2fc7fb13c8
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor> {
|
||||||
static get defaultOptions(): FormApplicationOptions {
|
static get defaultOptions(): FormApplicationOptions {
|
||||||
return mergeObject(super.defaultOptions, {
|
return mergeObject(super.defaultOptions, {
|
||||||
classes: ["ds4", "sheet", "actor"],
|
classes: ["ds4", "sheet", "actor"],
|
||||||
template: "systems/ds4/templates/actor/actor-sheet.html",
|
template: "systems/ds4/templates/actor/actor-sheet.hbs",
|
||||||
width: 600,
|
width: 600,
|
||||||
height: 600,
|
height: 600,
|
||||||
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }],
|
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }],
|
||||||
|
|
Loading…
Reference in a new issue