承接 ithilgers/adminpanel-restrictions 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ithilgers/adminpanel-restrictions

最新稳定版本:v1.0.0

Composer 安装命令:

composer require ithilgers/adminpanel-restrictions

包简介

Restrict Admin Panel options per user group via TSconfig

README 文档

README

TYPO3 extension to restrict Admin Panel preview options per user/group via TSconfig.

Requirements

  • TYPO3 12.4 LTS
  • PHP 8.1+

Installation

Composer (recommended)

composer require ithilgers/adminpanel-restrictions

TER

Download from TYPO3 Extension Repository

Configuration

Add TSconfig to restrict Admin Panel options for specific backend users or groups.

Available Restrictions

Option Description
hideFluidDebug Hide "Fluid Debug" checkbox
hideHiddenPages Hide "Show hidden pages" checkbox
hideHiddenRecords Hide "Show hidden records" checkbox
hideScheduledRecords Hide "Show scheduled records" checkbox
hideSimulateDate Hide "Simulate date" input
hideSimulateUserGroup Hide "Simulate user group" dropdown

Examples

Hide all preview options for a user group (Page TSconfig or User TSconfig):

admPanel.restrictions.preview {
    hideFluidDebug = 1
    hideHiddenPages = 1
    hideHiddenRecords = 1
    hideScheduledRecords = 1
    hideSimulateDate = 1
    hideSimulateUserGroup = 1
}

Hide only simulation options:

admPanel.restrictions.preview {
    hideSimulateDate = 1
    hideSimulateUserGroup = 1
}

Hide debug option only:

admPanel.restrictions.preview.hideFluidDebug = 1

License

GPL-2.0-or-later

统计信息

  • 总下载量: 286
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-01-22