kaystrobach / pagetreefixer
通过标记没有有效根路径的页面记录为已删除,修复损坏的根路径
1.3.0
2023-04-03 14:47 UTC
Requires
- typo3/cms-core: ^10 || ^11
README
pagetreefixer 是一个 TYPO3 命令行助手,用于删除孤立页面
安装
使用包管理器 composer 安装 pagetreefixer。
composer req kaystrobach/pagetreefixer
使用方法
# with typo3 console vendor/bin/typo3cms pagetreefixer:fixorphanedpages # without typo3 console vendor/bin/typo3 pagetreefixer:fixorphanedpages
贡献
欢迎提交拉取请求。对于重大更改,请先提交一个问题以讨论您想要更改的内容。
请确保根据需要更新测试。