megamenu_sdc-1.0.x-dev/components/menu_menu/menu_menu.with-components.story.yml
components/menu_menu/menu_menu.with-components.story.yml
name: Menu with embedded components
props:
menu_id: component-menu
menu_name: main
slots:
items:
- title: "Home"
url: "/"
- title: "Products"
url: "/products"
megamenu: true
content:
- type: component
component: "megamenu_sdc:menu_links"
props:
menu_level: 3
menu_name: main
show_all_levels: true
links:
- title: "Web Services"
below:
- title: "Website Design"
url: "/services/web-design"
- title: "E-commerce"
url: "/services/ecommerce"
- title: "Digital Marketing"
below:
- title: "SEO Services"
url: "/services/seo"
- title: "Social Media"
url: "/services/social"
- title: "About"
url: "/about"
below:
- title: "Our Story"
url: "/about/story"
- title: "Team"
url: "/about/team"
- title: "Careers"
url: "/about/careers"
- title: "Contact"
url: "/contact"
