Add custom HTML elements for icons
This commit is contained in:
parent
a590177a89
commit
2fdcdf062c
7 changed files with 248 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue