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?
Hallo,
du kannst einige davon verwenden, und es ist eigentlich gar nicht so schwer, weitere hinzuzufügen. Ein Pull Request dazu würde wahrscheinlich gerne angenommen.
Ausgangspunkt und Liste der verfügbaren Hilfsfunktionen findest du in der Liste der Fälle in diesem Switch:
Very useful! Thanks.
Thanks for the heads up – I’ll have a good look through! 