mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
[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:
parent
58201ce398
commit
75db0bdbae
3 changed files with 9 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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": [{
|
||||
|
|
Loading…
Reference in a new issue