feedit/README.md
Alexander Nitsche 75db0bdbae [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.
2022-04-05 13:30:32 +02:00

20 lines
1.3 KiB
Markdown

[![Latest Stable Version](https://poser.pugx.org/friendsoftypo3/feedit/v/stable.svg)](https://extensions.typo3.org/extension/feedit/)
[![TYPO3](https://img.shields.io/badge/TYPO3-10-orange.svg?style=flat-square)](https://get.typo3.org/version/10)
[![Total Downloads](https://poser.pugx.org/friendsoftypo3/feedit/d/total.svg)](https://packagist.org/packages/friendsoftypo3/feedit)
[![Monthly Downloads](https://poser.pugx.org/friendsoftypo3/feedit/d/monthly)](https://packagist.org/packages/friendsoftypo3/feedit)
# 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.
| | URL |
|------------------|--------------------------------------------------------------|
| **Repository:** | https://github.com/FriendsOfTYPO3/feedit |
| **Read online:** | https://docs.typo3.org/p/friendsoftypo3/feedit/main/en-us/ |
| **TER:** | https://extensions.typo3.org/extension/feedit |