[DOCS] Clarify difference to EXT:frontend_editing

EXT:feedit is not a true frontend editing solution, but redirects
the user to the appropriate backend form once they have clicked
on a content item in the frontend.
This commit is contained in:
Alexander Nitsche 2022-04-05 13:30:32 +02:00
parent 58201ce398
commit 75db0bdbae
3 changed files with 9 additions and 7 deletions

View file

@ -29,9 +29,10 @@ Basic Frontend Editing
----
This TYPO3 extension is a simple solution to edit TYPO3 page content elements
directly in the frontend as a logged-in backend user. It adds edit icons around
elements for this purpose.
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.

View file

@ -5,9 +5,10 @@
# TYPO3 extension `feedit`
This TYPO3 extension is a simple solution to edit TYPO3 page content elements
directly in the frontend as a logged-in backend user. It adds edit icons around
elements for this purpose.
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.

View file

@ -1,7 +1,7 @@
{
"name": "friendsoftypo3/feedit",
"type": "typo3-cms-extension",
"description": "Edit TYPO3 page content elements directly in the frontend as a logged-in backend user.",
"description": "Edit a TYPO3 page content element in the backend by clicking it in the frontend as a logged-in backend user.",
"homepage": "https://typo3.org",
"license": ["GPL-2.0-or-later"],
"authors": [{