DEV: Update to support core outletArgs change (#44)
This commit is contained in:
parent
66ee681eff
commit
916b1ffeff
|
@ -1,7 +1,14 @@
|
||||||
{{#if this.shouldShow}}
|
{{#if this.shouldShow}}
|
||||||
|
{{!
|
||||||
|
@outletArgs.attrs.topic is the legacy version. Can be removed once core v3.2.0.beta4 is released
|
||||||
|
and this Theme's compatibility file is updated
|
||||||
|
}}
|
||||||
<ul
|
<ul
|
||||||
class="custom-header-links
|
class="custom-header-links
|
||||||
{{if @outletArgs.attrs.topic 'custom-header-links--hide-links'}}"
|
{{if
|
||||||
|
(or @outletArgs.topic @outletArgs.attrs.topic)
|
||||||
|
'custom-header-links--hide-links'
|
||||||
|
}}"
|
||||||
>
|
>
|
||||||
{{#each this.links as |link|}}
|
{{#each this.links as |link|}}
|
||||||
<li
|
<li
|
||||||
|
|
Loading…
Reference in New Issue