need help with subtitle JS template #197
Replies: 2 comments
-
ignore me, I had used the same variable name twice..... made it work with:
and:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I am seeing that you already sorted it out. 👍🏼 Just something that I am seeing in your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
testing the new functionality for subtitle (thanks!) I need to replace what I use in card_mod:
as you can see Ive already taken out most of that, except for the styling (bold, and animation)
pasting the exact Jinja template works perfectly, so that proves things are working correctly, even the combined settings with card_mod.
now Id like to change the jinja template to JS, and use the partials.
are accepted (no errors on the log)
But I can not get it to work in the actual config with:
not even a hardcoded:
works. I have to take out the @partial :
to get it functional again.....
what am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions