FIX: plugin outlets in navigation bar need to be li elements instead of div and span
This commit is contained in:
parent
6bb9c5ceee
commit
868c489d5e
|
@ -1,5 +1,5 @@
|
|||
{{#each navItems as |navItem|}}
|
||||
{{navigation-item content=navItem filterMode=filterMode}}
|
||||
{{/each}}
|
||||
{{custom-html name="extraNavItem"}}
|
||||
{{plugin-outlet name="extra-nav-item" connectorTagName="li"}}
|
||||
{{custom-html name="extraNavItem" tagName="li"}}
|
||||
{{plugin-outlet name="extra-nav-item" tagName="li"}}
|
||||
|
|
Loading…
Reference in New Issue