【发布时间】:2017-06-26 08:08:57
【问题描述】:
我遇到了一种奇怪的行为。我有一个 TYPO3 7.6.18 和一个 TS 条件,如 https://docs.typo3.org/typo3cms/TyposcriptReference/Conditions/Reference/Index.html#id45 上所示
常量:
testswitch = 1
设置:
testvar = {$testswitch}
[globalVar = LIT:1 = {$testswitch}]
testvar = 99
[global]
我希望 testvar 为 99,但实际上是 1(通过 TypoScript 对象浏览器检查)。有什么解释吗?我究竟做错了什么?这是 TYPO3 错误吗?
【问题讨论】:
标签: typo3 typoscript