Extend Foundry's MultiSelectElement so that I can provide a label to it
This commit is contained in:
parent
5e9b91b199
commit
d858aa5b66
5 changed files with 53 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import helpers from "../handlebarsHelpers/_index.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
import { MemoryDatabase } from "../utils/databases/Memory.mjs";
|
||||
import { registerCustomComponents } from "../Apps/elements/_index.mjs";
|
||||
import { registerMetaSettings } from "../settings/meta.mjs";
|
||||
import { UserFlagDatabase } from "../utils/databases/UserFlag.mjs";
|
||||
|
||||
|
|
@ -16,4 +17,5 @@ Hooks.on(`init`, () => {
|
|||
}
|
||||
|
||||
Handlebars.registerHelper(helpers);
|
||||
registerCustomComponents();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue