codappix/typo3-page-specific-typoscript
最新稳定版本:v1.0.0
Composer 安装命令:
composer require codappix/typo3-page-specific-typoscript
包简介
Loads TypoScript files from file system, based on current Page
README 文档
README
Hooks into TYPO3 system to load TypoScript files based on current TYPO3 page.
Why
There are a lot of legacy TYPO3 sites. Those often have multiple sys_template
records, loading TypoScript on specific pages.
This prevents tools like fractor to migrate the TypoScript.
Also many developers consider it best practice to not maintain TypoScript or Page TSconfig within the database. Instead it should be in the file system, allowing version control and deployment.
Usage
Once installed, the extension will check the following locations, within any active TYPO3 extension and include found files if any:
TypoScript Setup: Configuration/TypoScript/PageSpecific/<pageUid>/setup.typoscript
TypoScript Constants: Configuration/TypoScript/PageSpecific/<pageUid>/constants.typoscript
Page TSconfig: Configuration/TSconfig/PageSpecific/<pageUid>/Setup.tsconfig
TODO
- Implement use case for User TSconfig.
统计信息
- 总下载量: 805
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-06-25