christophlehmann/pagetreefilter
Composer 安装命令:
composer require christophlehmann/pagetreefilter
包简介
It adds a wizard like the new content element wizard that helps finding content elements and records in the page tree. With a few clicks you know where they are used. You can also see what elements are not used.
README 文档
README
It adds a wizard like the new content element wizard that helps finding content elements and records in the page tree. With a few clicks you know where they are used. You can also see what elements are not used.
Screenshots
Highlight pages with image elements
The filter wizard
Example filters
Highlight pages with...
- sys_category records:
table=sys_category - image content elements:
table=tt_content CType=image - hidden image content elements:
table=tt_content CType=image hidden=1 - content elements where the elements header starts with rocket:
table=tt_content header=rocket* - content elements where the elements header ends with launch:
table=tt_content header=*launch - content elements where the elements header contains rocketlaunch:
table=tt_content header=*rocketlaunch*
Installation
composer require christophlehmann/pagetreefilter
Configuration
Enable for non admin users (User TSconfig)
tx_pagetreefilter.enable = 1
PageId
The wizard needs a page id for fetching Page TSconfig in order to gather possible content elements and plugins. This page id is determined by
- First WebMount in case the user is no admin
- Extension configuration:
pageId(default:1)
Let the rocket start. Made with ♥ by Christoph Lehmann
christophlehmann/pagetreefilter 适用场景与选型建议
christophlehmann/pagetreefilter 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 122.52k 次下载、GitHub Stars 达 15, 最近一次更新时间为 2021 年 07 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 christophlehmann/pagetreefilter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 christophlehmann/pagetreefilter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 122.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 27
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-07-03

