feedit/README.md
Alexander Nitsche 58201ce398 [TASK] Align with new TYPO3 documentation standards
- align README.md
- align ext_emconf.php, composer.json
- add Settings.cfg, Index.rst, Includes.rst.txt
- add .editorconfig, .gitignore

See https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html for further details.
2022-04-05 12:46:08 +02:00

19 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 edit TYPO3 page content elements
directly in the frontend as a logged-in backend user. It adds edit icons around
elements for this purpose.
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 |