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?
Bonjour,
Vous pouvez en utiliser certains, et il n’est en fait pas si difficile d’en ajouter d’autres. Une PR à ce sujet serait probablement acceptée avec plaisir.
Le point de départ et la liste des helpers disponibles se trouvent dans la liste des cas de ce switch :
Very useful! Thanks.
Thanks for the heads up – I’ll have a good look through! 