PHPackages                             ithilgers/adminpanel-restrictions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. ithilgers/adminpanel-restrictions

ActiveTypo3-cms-extension[Admin Panels](/categories/admin)

ithilgers/adminpanel-restrictions
=================================

Restrict Admin Panel options per user group via TSconfig

v1.0.0(5mo ago)0363↓83.8%GPL-2.0-or-laterPHPPHP ^8.1

Since Jan 22Pushed 5mo agoCompare

[ Source](https://github.com/ithilgers/adminpanel-restrictions)[ Packagist](https://packagist.org/packages/ithilgers/adminpanel-restrictions)[ Docs](https://github.com/ithilgers/adminpanel-restrictions)[ RSS](/packages/ithilgers-adminpanel-restrictions/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Admin Panel Restrictions
========================

[](#admin-panel-restrictions)

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

Requirements
------------

[](#requirements)

- TYPO3 12.4 LTS
- PHP 8.1+

Installation
------------

[](#installation)

### Composer (recommended)

[](#composer-recommended)

```
composer require ithilgers/adminpanel-restrictions
```

### TER

[](#ter)

Download from [TYPO3 Extension Repository](https://extensions.typo3.org/extension/adminpanel_restrictions)

Configuration
-------------

[](#configuration)

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

### Available Restrictions

[](#available-restrictions)

OptionDescription`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

[](#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
-------

[](#license)

GPL-2.0-or-later

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance71

Regular maintenance activity

Popularity15

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97b30d38419f629d584387084ffc6f79ab2b8859813fc9a5277b6f4d9ad97d2b?d=identicon)[ithilgers](/maintainers/ithilgers)

---

Tags

backendtypo3TSconfigadminpanelrestrictions

### Embed Badge

![Health badge](/badges/ithilgers-adminpanel-restrictions/health.svg)

```
[![Health](https://phpackages.com/badges/ithilgers-adminpanel-restrictions/health.svg)](https://phpackages.com/packages/ithilgers-adminpanel-restrictions)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[typo3/cms-beuser

TYPO3 CMS Backend User - TYPO3 backend module Administration &gt; Users for managing backend users and groups.

179.2M139](/packages/typo3-cms-beuser)[typo3/cms-info

TYPO3 CMS Info - TYPO3 backend module for displaying information, such as a pagetree overview and localization information.

169.1M146](/packages/typo3-cms-info)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[typo3/cms-adminpanel

TYPO3 CMS Admin Panel - The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.

115.7M66](/packages/typo3-cms-adminpanel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
