wapplersystems / save_and_close
Adds save and close button to all the content elements for TYPO3
Package info
github.com/WapplerSystems/save_and_close
Type:typo3-cms-extension
pkg:composer/wapplersystems/save_and_close
Requires
- typo3/cms-core: ^14
This package is auto-updated.
Last update: 2026-04-13 19:06:50 UTC
README
Adds the "Save and close" button back to the TYPO3 backend. The button was removed from core in TYPO3 v12 but is still useful for editors who want to save a record and immediately return to the previous view.
Installation
composer require wapplersystems/save_and_close
Requirements
- TYPO3 v14
- PHP 8.2+
What it does
The extension adds a "Save and close" button to the button bar of every record editing form in the TYPO3 backend. Clicking it saves the current record and redirects back to the previous module view — just like the old core button did.
No configuration needed. Install the extension and the button appears automatically.
License
GPL-2.0-or-later