Add the ArtBrowser open when using Foundry's editImage action
This commit is contained in:
parent
516c0d0c5e
commit
cf8c82784b
5 changed files with 47 additions and 1 deletions
|
|
@ -2,12 +2,14 @@ import { api } from "../api.mjs";
|
|||
import { ArtSidebar } from "../apps/ArtSidebar.mjs";
|
||||
import { registerCustomComponents } from "../apps/elements/_index.mjs";
|
||||
import helpers from "../handlebarsHelpers/_index.mjs";
|
||||
import { registerUserSettings } from "../settings/user.mjs";
|
||||
|
||||
Hooks.on(`init`, () => {
|
||||
globalThis.tb = api;
|
||||
|
||||
Handlebars.registerHelper(helpers);
|
||||
registerUserSettings();
|
||||
registerCustomComponents();
|
||||
Handlebars.registerHelper(helpers);
|
||||
|
||||
// Art sidebar tab
|
||||
CONFIG.ui.sidebar.TABS.art = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue