This PR/branch is to start a dialog on potential interest for pre-1.10 support. It introduced block-params helper to make yield-forward possible in pre-1.10 environment.
Here's how you use it. Simple replace {{yield}} with {{block-params yieldProperties="a b c"}}. This is the same as {{yield a b c}} in 1.10+.
This PR/branch is to start a dialog on potential interest for pre-1.10 support. It introduced
block-params
helper to make yield-forward possible in pre-1.10 environment.Here's how you use it. Simple replace
{{yield}}
with{{block-params yieldProperties="a b c"}}
. This is the same as{{yield a b c}}
in 1.10+.