Added a render hook for the daggerheartMenu render

This commit is contained in:
WBHarry 2025-11-29 17:24:08 +01:00
parent 630ba5ab7d
commit 3f228db420
4 changed files with 28 additions and 1 deletions

View 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;