Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 TYPO3 中使“正常”TypoScript 的一部分不可缓存?
我没有立即调用 PHP 函数,所以我不能使用USER_INT. 我想要实现的是使以下内容不可缓存:
USER_INT
80 = TEXT 80.value = foo
但你可以使用COA_INT:
COA_INT
80 = COA_INT 80 { 10 = TEXT 10.value = foo }