Begin working on an attempt to make the required setting, but be blocked by Foundry for listening to open/close events on the prose-mirror editor
This commit is contained in:
parent
703dc83681
commit
f8c21ac8d8
6 changed files with 82 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import { TAFItem } from "../documents/Item.mjs";
|
|||
import { TAFTokenDocument } from "../documents/Token.mjs";
|
||||
|
||||
// Settings
|
||||
import { registerUserSettings } from "../settings/user.mjs";
|
||||
import { registerWorldSettings } from "../settings/world.mjs";
|
||||
|
||||
// Utils
|
||||
|
|
@ -41,6 +42,7 @@ Hooks.on(`init`, () => {
|
|||
);
|
||||
|
||||
registerWorldSettings();
|
||||
registerUserSettings();
|
||||
|
||||
registerSockets();
|
||||
registerCustomComponents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue