jambagecom/tsparser
最新稳定版本:v0.13.0
Composer 安装命令:
composer require jambagecom/tsparser
包简介
More Constants Editor Types for TYPO3 CMS
关键字:
README 文档
README
What is does
The current TYPO3 Constant Editor does not support enough types. This extension adds new types in order to have a more sophisticated generation of the template constants.
Installation
Just install the extension together with any other extension which supports this patch. This will enable new types for the template constants. This extension is only needed if you use the Constant Editor to edit the template constants. Be aware that this extension is using code which overwrites the TYPO3 Core file 'TYPO3CMSCoreTypoScriptExtendedTemplateService.php'. This could lead to a misbehaviour of the TYPO3 Constant Editor in case of an error.
Reference
Syntax:
[type=type;]
Constant Editor Types:
See Constant Editor <https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/UsingSetting/TheConstantEditor.html> chapter 'type' for a complete list of all possible constants types.
new:
eint+ … empty or integer.
If nothing has been entered, then the constants will remain empty. Be aware that an empty constant means that nothing is intended and that this is different to setting it to 0.
Examples:
Make the category empty. This will not use a default category and it will allow all products of all categories. Configure the behaviour of the Constant Editor in the file 'constants.txt' of the folder 'Configuration/TypoScript/PluginSetup/' or any subfolder of it for your TYPO3 extension.
# cat=plugin.products//; type=eint+; label=default category ID: ID of the default category that will be shown in the list view when no tt_products[cat] parameter is given defaultCategoryID =
统计信息
- 总下载量: 4.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-01-28