artistro08/tailor-starter

Secondary Menu

Closed this issue · 6 comments

Similary yo the primamy menu, it would be useful to be able to attach the menu to a parent I believe.

for this type of footer,

image

I actually would disagree with adding this one only because it's super easy to add if you know what you're doing. Since menus are always different for each site, I wanted to keep the menus super simple, but expandable.

in your use case, you can add a type for the footer menu that's either a header or link and display it conditionally.

and for positioning, you can use a position for the bottom menu to choose where the content goes.

Feel free to argue why this should be added tho. I'm always open to suggestions. The theme is getting pretty bulky right now and I want to make sure it doesn't get any bulkier.

it just requires to add this in the blueprint without changing anything else

structure:
  maxDepth: 2

then the .htm need a few added line to handle the children in the case there is any

Oh yeah, You're right. Would gladly except a pull request for this. Or I'll implement it when I have time

ok, let me do that.

with this, we still can do a one level secondary menu as it exists today

Fixed in 6.3.25