This extension provides an edit button for editors within frontend content elements.
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.
composer require xima/xima-typo3-frontend-edit
Download the zip file from TYPO3 extension repository (TER).
Please have a look at the official extension documentation.
Use the following ddev command to easily install all supported TYPO3 versions for locale development.
ddev install all
This project is licensed under GNU General Public License 2.0 (or later).