mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
Added a render hook for the daggerheartMenu render
This commit is contained in:
parent
630ba5ab7d
commit
3f228db420
4 changed files with 28 additions and 1 deletions
12
module/config/hooksConfig.mjs
Normal file
12
module/config/hooksConfig.mjs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
const systemHooks = {
|
||||
/**
|
||||
* Runs on render of the Daggerheart Sidebar menu.
|
||||
* @param {App} app
|
||||
* @param {Node} contentElement
|
||||
* @param {ApplicationContext} context
|
||||
* @returns {void}
|
||||
*/
|
||||
sidebarMenuRender: 'sidebar-menu-render'
|
||||
};
|
||||
|
||||
export default systemHooks;
|
||||
Loading…
Add table
Add a link
Reference in a new issue