shannonmoeller / handlebars-layouts

Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.

Home Page:http://npm.im/handlebars-layouts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default "mode"

acespace90 opened this issue · comments

Is there a way to change the default of mode?
Actually is set on replace but I want to change it.

Not currently. Providing options to a helper generator can make for some weird helper-registration patterns, but I'm not opposed to supporting it.

It would be great a support for that.

I'll need to think it through to make sure that it can be implemented without breaking backwards compatibility. Thanks for the request. This repo has been due for some updates for a while now. This is the perfect excuse.