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(3mo ago)0203↓50%GPL-2.0-or-laterPHPPHP ^8.1

Since Jan 22Pushed 3mo 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 1mo ago

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

37

—

LowBetter than 83% of packages

Maintenance78

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

116d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74603.3k](/packages/kiwicommerce-module-cron-scheduler)[magenizr/magento2-resetuibookmarks

This Magento 2 module allows you to reset your UI bookmarks such as state of filters, column positions, grid sorting, pagination and so on.

38200.3k](/packages/magenizr-magento2-resetuibookmarks)

PHPackages © 2026

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