作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们可以在 include_typoscript 中使用常量变量吗
在我的 constants.txt 文件中
filepaths{
# cat=FLUIDPAGES/settings; type=text; label=Pfad zu den Templates
defaultTemplateRootPath = typo3conf/ext/defaulttemplate/
}
Include Page Template
<INCLUDE_TYPOSCRIPT: source="FILE: {$filepaths.defaultTemplateRootPath}fluid.txt">
最佳答案
根据 https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/TypoScriptSyntax/Syntax/Includes.html你不能在 INCLUDE_TYPOSCRIPT 部分使用常量:
It is processed BEFORE any parsing of TypoScript
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScript('myKey', 'setup', '<INCLUDE_TYPOSCRIPT: source="FILE:' . $filePath . 'fluid.txt">');
关于typo3 - Typoscript 在 include_typoscript 中使用常量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21448937/
我们可以在 include_typoscript 中使用常量变量吗 在我的 constants.txt 文件中 filepaths{ # cat=FLUIDPAGES/settings; ty
我是一名优秀的程序员,十分优秀!