Refactor #3832 Refactor #3833 - For PanelMenu

This commit is contained in:
mertsincan 2023-04-17 09:30:28 +03:00
parent 1f86a9b8bb
commit 3ed2355a45
5 changed files with 48 additions and 12 deletions

View file

@ -27,6 +27,14 @@ const PanelMenuSlots = [
{
name: 'submenuicon',
description: 'Custom submenu icon template.'
},
{
name: 'headericon',
description: 'Custom header icon template.'
},
{
name: 'itemicon',
description: 'Custom item icon template.'
}
];