reference DocumentSheetConfig from the new namespace
This commit is contained in:
parent
51235ebaf2
commit
d653d58741
@ -1,8 +1,9 @@
|
|||||||
const { TypeDataModel } = foundry.abstract;
|
const { TypeDataModel } = foundry.abstract;
|
||||||
const { SchemaField, NumberField, StringField, BooleanField } = foundry.data.fields;
|
|
||||||
const { ActorSheetV2, ItemSheetV2 } = foundry.applications.sheets;
|
|
||||||
const { ApplicationV2, HandlebarsApplicationMixin } = foundry.applications.api;
|
const { ApplicationV2, HandlebarsApplicationMixin } = foundry.applications.api;
|
||||||
|
const { DocumentSheetConfig } = foundry.applications.apps;
|
||||||
|
const { ActorSheetV2, ItemSheetV2 } = foundry.applications.sheets;
|
||||||
const { Notifications } = foundry.applications.ui;
|
const { Notifications } = foundry.applications.ui;
|
||||||
|
const { SchemaField, NumberField, StringField, BooleanField } = foundry.data.fields;
|
||||||
const { OperatorTerm, NumericTerm } = foundry.dice.terms;
|
const { OperatorTerm, NumericTerm } = foundry.dice.terms;
|
||||||
|
|
||||||
Hooks.once("i18nInit", async function() {
|
Hooks.once("i18nInit", async function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user