定制 christophlehmann/pagetreefilter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

christophlehmann/pagetreefilter

最新稳定版本:3.1.1

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

Example

The filter wizard

The 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

  1. First WebMount in case the user is no admin
  2. Extension configuration: pageId (default: 1)

Let the rocket start. Made with ♥ by Christoph Lehmann

统计信息

  • 总下载量: 96.3k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 13
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 未知