Rob Farmer
Rob Farmer
@shawnmclean Any plans to implement what @rodyvansambeek is referring to? Having the TemplateContent object support dynamic content would be very useful. I'm trying to send a template email and have...
@shawnmclean It actually seems like the handlebars templates are rendered using the global and recipient merge variables. I was successfully have to have a template render an array of objects...
@iloveitaly I am seeing this in 2020_1 with gem version 0.8.5. Below is the response body. ``` WEBSERVICES_TSTDRV123456_0903202014342779621573904464_b633a false ```
I got this to work by importing chart.js and then adding the plugin globally in the Stimulus Controller's initialize() method. I extend the stimulus-chartjs Controller. Hope this might help anyone...