Config showWeekdayinHeader: "false" still shows the weekday
Closed this issue · 2 comments
pinsdorf commented
Mentioned by @Jacobphilli in issue #3
Inputting...
showWeekdayinHeader: "false"
... still shows the weekday in the header. Am I doing something incorrect?
pinsdorf commented
I looked at the code and it looks good to me. @Jacobphilli, please try without quotation marks, because it is a boolean constant and not a string.
showWeekdayinHeader: false
Can you please double-check?
Jacobphilli commented
Thanks for responding so quickly. And you are absolutely right, removing the quotations makes it work. That’s my mistake. Feel free to close this “issue”.