Skip to content

Commit

Permalink
Api generator updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 6, 2023
1 parent 008d5c0 commit 5dd4422
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-generator/components/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ const MenuEvents = [
const MenuSlots = [
{
name: 'start',
description: 'Custom content before the content'
description: 'Custom start content.'
},
{
name: 'end',
description: 'Custom content after the content'
description: 'Custom end content.'
},
{
name: 'item',
Expand All @@ -79,7 +79,7 @@ const MenuSlots = [
},
{
name: 'submenuheader',
description: 'Custom submenuheader template.'
description: 'Custom submenu header template.'
}
];

Expand Down
8 changes: 8 additions & 0 deletions api-generator/components/tieredmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ const TieredMenuProps = [
];

const TieredMenuSlots = [
{
name: 'start',
description: 'Custom start content.'
},
{
name: 'end',
description: 'Custom end content.'
},
{
name: 'item',
description: 'Template of a menuitem.'
Expand Down

0 comments on commit 5dd4422

Please sign in to comment.