mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 02:32:45 +08: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
|
||||
@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"}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user