reference loadTemplates and renderTemplate from their new namespace

This commit is contained in:
Sven Balzer 2025-05-01 07:19:22 +02:00
parent d653d58741
commit 735650358a

View File

@ -1,6 +1,7 @@
const { TypeDataModel } = foundry.abstract;
const { ApplicationV2, HandlebarsApplicationMixin } = foundry.applications.api;
const { DocumentSheetConfig } = foundry.applications.apps;
const { loadTemplates, renderTemplate } = foundry.applications.handlebars;
const { ActorSheetV2, ItemSheetV2 } = foundry.applications.sheets;
const { Notifications } = foundry.applications.ui;
const { SchemaField, NumberField, StringField, BooleanField } = foundry.data.fields;