Fixed #3820 - Panel: Footer Templating

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-31 16:42:19 +03:00
parent 3ec57ea283
commit be2f2acb38
52 changed files with 264 additions and 53 deletions

View file

@ -53,16 +53,20 @@ const PanelEvents = [
const PanelSlots = [
{
name: 'header',
description: "Custom content for the component's header"
description: "Custom content for the component's header."
},
{
name: 'icons',
description: "Custom content for the header's icon"
description: "Custom content for the header's icon."
},
{
name: 'headericon',
description: 'Custom header icon template of panel'
}
description: "Custom content for the component's header icon."
},
{
name: 'fooetr',
description: "Custom content for the component's footer."
},
];
module.exports = {