xima / xima-typo3-frontend-edit
This extension provides an edit button for editors within frontend content elements.
Installs: 1 319
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-backend: ^11.0 || ^12.0 || ^13.0
- typo3/cms-beuser: ^11.0 || ^12.0 || ^13.0
- typo3/cms-core: ^11.0 || ^12.0 || ^13.0
- typo3/cms-fluid: ^11.0 || ^12.0 || ^13.0
- typo3/cms-frontend: ^11.0 || ^12.0 || ^13.0
Requires (Dev)
- armin/editorconfig-cli: ^2.0
- bk2k/bootstrap-package: ^15.0
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.52
- helhum/typo3-console: ^8.1
- helmich/typo3-typoscript-lint: ^3.2
- roave/security-advisories: dev-latest
- saschaegerer/phpstan-typo3: ^1.10
- ssch/typo3-rector: ^2.10
- symfony/translation: ^6.3 || ^7.0
- typo3/cms-base-distribution: ^11.0 || ^12.0 || ^13.0
- typo3/cms-lowlevel: ^11.0 || ^12.0 || ^13.0
This package is auto-updated.
Last update: 2025-03-23 13:09:01 UTC
README
TYPO3 extension xima_typo3_frontend_edit
This extension provides an edit button for editors within frontend content elements.
Note
This is not a further development of the "original" extension frontend_editing. It is similar in some ways to the realisation of the feedit extension. This extension is an independent implementation with a different approach.
The extension has been developed to provide a simple and lightweight solution to easily start the editing of content elements from the frontend and thus reduce the gap between frontend and backend. Therefore a simple javascript is injected into the frontend, which generates action links to the TYPO3 backend with the corresponding edit views.
Installation
Composer
composer require xima/xima-typo3-frontend-edit
TER
Download the zip file from TYPO3 extension repository (TER).
Documentation
Please have a look at the official extension documentation.
Development
Use the following ddev command to easily install all supported TYPO3 versions for locale development.
ddev install all
License
This project is licensed under GNU General Public License 2.0 (or later).