Add custom HTML elements for icons

This commit is contained in:
Oliver 2026-02-01 15:27:42 -07:00
parent a590177a89
commit 2fdcdf062c
7 changed files with 248 additions and 0 deletions

View file

@ -1,11 +1,13 @@
import { api } from "../api.mjs";
import { ArtSidebar } from "../apps/ArtSidebar.mjs";
import { registerCustomComponents } from "../apps/elements/_index.mjs";
import helpers from "../handlebarsHelpers/_index.mjs";
Hooks.on(`init`, () => {
globalThis.tb = api;
Handlebars.registerHelper(helpers);
registerCustomComponents();
// Art sidebar tab
CONFIG.ui.sidebar.TABS.art = {