josefglatz / hide-sys-template
Make sys_template records vanish everywhere (Prevents TYPO3 admins from using sys_template database records)
Installs: 6 666
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Type:typo3-cms-extension
Requires
- php: ^8.0
- psr/http-factory: *
- psr/http-message: *
- typo3/cms-backend: ^11.5
- typo3/cms-core: ^11.5
- typo3/cms-tstemplate: ^11.5
Requires (Dev)
- armin/editorconfig-cli: ^1.5
- ergebnis/composer-normalize: ^2.28
- typo3/coding-standards: ^0.5.5
README
TYPO3 extension hide_sys_template
📙 Documentation | 📦 Packagist | 🐥 TYPO3 extension repository | 💾 Repository | 🐛 Issue tracker
An extension for TYPO3 CMS that prevents TYPO3 administrator users from using sys_template database records. Let's make sys_template database records vanish everywhere!
🚀 Features
- Use PageTSConfig
mod.web_list.deniedNewTables
as basic prevention - Prevents creating sys_template database records via TYPO3 backend module Template
- Prevents creating sys_template database records via TYPO3 backend module List
- Prevents showing the backend form for creating new sys_template database records
- Informs a TYPO3 admin when add inline PageTSConfig to
pages.tsconfig_includes
Future features: (sponsoring needed)
- Command to check for sys_template records and sends notifications
- Add logging and notifications to blame suspicious backend users
Contact me if you need that or other useful features!
🔥 Installation
Standalone
Via Composer:
composer require josefglatz/hide-sys-template
Or download the zip file from TYPO3 extension repository (TER).
As part of josefglatz/professional_aspects
Via Composer:
composer require josefglatz/professional-aspects --with-dependencies
🏄 Usage
- Install the extension
- There is no second step. That's all.
But you might add your sys_template "record" via TYPO3 hook. I prefer using b13/bolt
as a counterpart to this
extension. Both extensions complement each other perfectly.
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).