mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: pass faqOverridden to about-wrapper plugin outlet (#29994)
Ref: https://github.com/discourse/discourse-woot-theme/pull/29
This commit is contained in:
parent
87f1d507f5
commit
746d145258
@ -1,6 +1,10 @@
|
|||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="about-wrapper"
|
@name="about-wrapper"
|
||||||
@outletArgs={{hash model=this.model contactInfo=this.contactInfo}}
|
@outletArgs={{hash
|
||||||
|
model=this.model
|
||||||
|
contactInfo=this.contactInfo
|
||||||
|
faqOverridden=this.faqOverridden
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{{body-class "about-page"}}
|
{{body-class "about-page"}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user