← Extensions
EXT:context_edit_records
Replaces the standard edit action in the record list with an inline contextual edit trigger — for all record types, powered by the native TYPO3 14 web component.
By default, clicking the edit icon in the record list navigates to the full edit form on a new page. This extension replaces that action with the typo3-backend-contextual-record-edit-trigger web component introduced in TYPO3 14 — for every record type, not just pages or content elements. Editors stay in the list view.
Installation
composer require georgringer/context-edit-records
Requirements
| Package | Version |
|---|---|
| TYPO3 CMS Backend | ≥ 14.2 |
| PHP | ≥ 8.2 |