FEATURE: pass faqOverridden to about-wrapper plugin outlet (#29994)

Ref: https://github.com/discourse/discourse-woot-theme/pull/29
This commit is contained in:
Arpit Jalan 2024-12-02 12:55:06 +05:30 committed by GitHub
parent 87f1d507f5
commit 746d145258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}}