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?
Hola,
puedes usar algunos de ellos, y en realidad no es tan difícil agregar más. Una PR al respecto probablemente sería bienvenida.
El punto de partida y la lista de helpers disponibles son la lista de casos en este switch:
Very useful! Thanks.
Thanks for the heads up – I’ll have a good look through! 