gpt4 book ai didi

typo3 - Typoscript 在 include_typoscript 中使用常量

转载 作者:行者123 更新时间:2023-12-04 21:16:47 25 4
gpt4 key购买 nike

我们可以在 include_typoscript 中使用常量变量吗

在我的 constants.txt 文件中

filepaths{
# cat=FLUIDPAGES/settings; type=text; label=Pfad zu den Templates
defaultTemplateRootPath = typo3conf/ext/defaulttemplate/
}

在我的 setup.txt 文件中
Include Page Template
<INCLUDE_TYPOSCRIPT: source="FILE: {$filepaths.defaultTemplateRootPath}fluid.txt">

我只需要在我的设置文件中使用 {$filepaths.defaultTemplateRootPath} 来包含排版文件,如果是的话,这对我非常有帮助,我可以在多域站点中添加多个主题/模板。

最佳答案

根据 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


但是您可以在 localconf.php 中使用以下方法
\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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com