John Cowen ae71d6ce96
ui: Custom version of ember-block-slots compatible with ember 3 (#5245)
The original version of ember-block-slots doesn't support ember 3 and it
seems like development has stalled on the original version.

This adds a modified version as an in-repo-addon that is compatible with
ember 3.
2019-01-30 10:56:04 +00:00

3 lines
78 B
Handlebars

{{#if isTargetSlotYielding}}
{{yield p0 p1 p2 p3 p4 p5 p6 p7 p8 p9}}
{{/if}}