It is practically impossible to handle a bool-setting in typoscript. I tried 5 variants with and without the help of AI and i can not pass a “flag” variable, that holds “1” or “0” based on a sitesetting, that may or may not exist for the current site.
I don’t want to use a typoscript condition because i don’t like it, when the logic is not in one place
What i tried
foo = TEXT
foo {
value = 1
override = 0
override.if.isTrue.data = sitesettings:some.setting.that.can.be.FALSE
}
I tried ith with/without stdWra and tried a CASE object. Nothing works.