Frontend editing for TYPO3
Find a file
2020-09-25 08:31:42 +02:00
Classes Fix implementation of RequestEnricherInterface 2020-04-07 12:14:06 +02:00
Configuration Merge pull request #1 from DanielSiepmann/feature/typo3-10-compat 2020-03-16 20:25:17 +01:00
Resources Fix none working backend 2020-09-25 00:30:48 +02:00
.gitattributes [TASK] Exclude TypeScript sources in exports 2018-07-29 23:57:45 +02:00
.gitignore [TASK] Add .gitignore with .idea/ ide folder 2019-01-20 11:29:30 +01:00
composer.json [TASK] Streamline composer.json 2020-03-16 20:28:33 +01:00
ext_emconf.php [RELEASE] Update version to 10.0.1 2020-04-01 12:10:46 +02:00
ext_localconf.php [TASK] Add feedit specific code from ext:adminpanel 2019-01-20 12:55:15 +01:00
LICENSE.txt [TASK] Have LICENSE.txt in all core exts 2017-06-28 18:04:45 +02:00
README.md [TASK] Streamline README 2020-04-01 12:12:17 +02:00

TYPO3 Extension "feedit" - 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.

The functionality was part of the TYPO3 Core until TYPO3 v10.0, and moved into its own extension, receiving its own public repository.

Installation

The latest version can be installed via TER (https://typo3.org) or via composer by adding composer require friendsoftypo3/feedit in a TYPO3 v10.0+ installation.

Current state

The extension has been part of TYPO3 Core for a very long time but never received much love. It may become more healthy if maintained as third-party extension and has been extracted for this reason.

Contribution

Feel free to submit any pull request, or add documentation, tests, as you please. We will publish a new version every once in a while, depending on the amount of changes and pull requests submitted.

License

The extension is published under GPL v2+, all included third-party libraries are published under their respective licenses.

Authors

Many contributors have been working on this area while this functionality was part of the TYPO3 Core. This package is now maintained by a loose group of TYPO3 enthusiasts inside the TYPO3 Community. Feel free to contact Benni Mack (benni.mack@typo3.org) for any questions regarding feedit.