jweiland / jwtools2
各种工具/钩子,用于扩展/修改TYPO3
7.1.2
2024-09-02 07:16 UTC
Requires
- typo3/cms-core: ^12.4.9
- typo3/cms-filelist: ^12.4.9
- typo3/cms-filemetadata: ^12.4.9
- typo3/cms-scheduler: ^12.4.9
Requires (Dev)
- ergebnis/composer-normalize: ~2.42.0
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Replaces
- typo3-ter/jwtools2: 7.1.2
- dev-main
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.10.3
- 5.10.2
- 5.10.1
- 5.10.0
- 5.9.0
- 5.8.1
- 5.8.0
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.1
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.0
- 4.4.0
- 4.3.0
- 4.2.2
- 4.2.0
- 4.1.0
- 4.0.1
- 4.0.0
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-typo3_13_compatibility
- dev-TYPO3_10-4
- dev-TYPO3_9-5
- dev-TYPO3_8-7
This package is auto-updated.
Last update: 2024-09-20 08:05:27 UTC
README
实现各种有用的功能以扩展TYPO3和一些扩展
1 功能
安装此扩展后实际上没有任何操作。您需要在扩展设置中激活所需的功能。
- 在页面树中启用页面UID。
- 从CONTENT-Object传输current的值到renderObj-Object。
- 仅选择当前页面树的类别。
- 使用我们的任务执行您自己的特定SQL查询。
- Html VH带有在处理lib.parseFunc时应使用的record-attribute
- VH将GeneralUtility::splitFileRef功能带入前端。
- Solr功能:使用任务在单个任务中索引所有页面树。
- Aspect for RouteEnhancer以持久化静态值
敬请期待,我们将在未来为这个扩展添加更多功能。
2 使用方法
2.1 安装
使用Composer安装
推荐使用Composer安装此扩展。
在基于Composer的TYPO3项目中运行以下命令
composer require jweiland/jwtools2
从TYPO3扩展仓库(TER)安装扩展
使用扩展管理模块下载并安装jwtools2
2.2 最小设置
- 安装扩展
- 转到扩展设置并激活您想要的功能