From 2fc7fb13c8f773f73259b0ec043ef3eff484728c Mon Sep 17 00:00:00 2001 From: Gesina Schwalbe Date: Mon, 28 Dec 2020 20:38:51 +0100 Subject: [PATCH] renamed actor-sheet from .html to correct .hbs --- src/module/actor/actor-sheet.ts | 2 +- src/templates/actor/{actor-sheet.html => actor-sheet.hbs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/templates/actor/{actor-sheet.html => actor-sheet.hbs} (100%) diff --git a/src/module/actor/actor-sheet.ts b/src/module/actor/actor-sheet.ts index 43af361c..bdb89182 100644 --- a/src/module/actor/actor-sheet.ts +++ b/src/module/actor/actor-sheet.ts @@ -10,7 +10,7 @@ export class DS4ActorSheet extends ActorSheet { 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" }], diff --git a/src/templates/actor/actor-sheet.html b/src/templates/actor/actor-sheet.hbs similarity index 100% rename from src/templates/actor/actor-sheet.html rename to src/templates/actor/actor-sheet.hbs