friendsoftypo3 / feedit
Edit a TYPO3 page content element in the backend by clicking it in the frontend as a logged-in backend user.
Installs: 10 028
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 3
Open Issues: 1
Type:typo3-cms-extension
Requires
- psr/http-message: ~1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- typo3/cms-adminpanel: ^10.0
- typo3/cms-backend: ^10.0
- typo3/cms-core: ^10.0
- typo3/cms-frontend: ^10.0
Conflicts
- typo3/cms: *
Replaces
This package is auto-updated.
Last update: 2024-10-21 17:19:04 UTC
README
TYPO3 extension feedit
This TYPO3 extension is a simple solution to allow a logged in backend user to edit content elements of a TYPO3 page via the frontend. It inserts editing icons around elements for this purpose, which redirect the user to the corresponding content element form in the backend.
The functionality was part of the TYPO3 Core until TYPO3 v10.0, and moved into its own extension, receiving its own public repository.