You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am developing complex functionality in a templated header (example in #153) but debugging outputs are limited compared to a templated message.
When the app starts, its seems to load and parse any message templates on startup and report any syntax errors as fatal errors and refuse to start. Additionally when an alert is sent there is debug output showing the final rendered content generate from the template. Both these are very useful in debugging but seem to be missing from templated headers (and maybe other places templates are used?)
Describe the solution you'd like
Identical functionality that of the message template as described above.
The text was updated successfully, but these errors were encountered:
Just an FYI that I've merged a lot of this into the latest dev build 😊
Edit - I see that I missed part of the early config validation where the templates are checked to ensure they are parse-able... I'll include this in the next round
I haven't tested it yet but looking at the commits, it looks like you implemented what I requested! And a nice bit of code tidying/reuse too :) I'll open a new issue if I find anything unexpected when I do try it out. Cheers
Is your feature request related to a problem? Please describe.
I am developing complex functionality in a templated header (example in #153) but debugging outputs are limited compared to a templated message.
When the app starts, its seems to load and parse any message templates on startup and report any syntax errors as fatal errors and refuse to start. Additionally when an alert is sent there is debug output showing the final rendered content generate from the template. Both these are very useful in debugging but seem to be missing from templated headers (and maybe other places templates are used?)
Describe the solution you'd like
Identical functionality that of the message template as described above.
The text was updated successfully, but these errors were encountered: