FYI I released a component few days ago which started as an example of what you can achieve with widgets and hbs:
Code is not perfect but you might learn a few things reading it.
FYI I released a component few days ago which started as an example of what you can achieve with widgets and hbs:
Code is not perfect but you might learn a few things reading it.
@j.jaffeux thanks for that. I had a scan of the code and notice you extended things with ‘attach’ which is great.
Can you confirm it is not possible to use existing Helpers defined elsewhere in the app within a widget template?
こんにちは、
いくつかのヘルパーを使用できますし、新しいヘルパーを追加するのもそれほど難しくはありません。この点に関するプルリクエストは喜んで受け付けられるでしょう。
開始点と利用可能なヘルパーのリストは、この switch 文内の case の一覧にあります。
Very useful! Thanks.
Thanks for the heads up – I’ll have a good look through! 