Fixed #1482 - start and end slots for MegaMenu, remove default slot

This commit is contained in:
Cagatay Civici 2021-08-27 17:02:32 +03:00
parent 5b0532aeca
commit 3f5d6a2bf1
4 changed files with 23 additions and 9 deletions

View file

@ -20,6 +20,14 @@ const MegaMenuProps = [
];
const MegaMenuSlots = [
{
name: "start",
description: "Custom content before the content"
},
{
name: "end",
description: "Custom content after the content"
},
{
name: "item",
description: "Template of a menuitem."