Purpose of project ¶
The extension allows to add, delete, sort, hide and un hide content of TYPO3 in frontend. Therefore small Icons are added to each record to trigger the action.
In general that should ease the work of editors to update content of the system.
Current state ¶
The extension is now TYPO3 10.4 LTS compatible. It does no longer contain inline JS or CSS, which allows to use Content-Security-Policy.
Some more info can be found at an older blog post Hidden TYPO3 gem EXT:feedit.
Screenshots ¶


How does it work? ¶
TYPO3 itself provides TypoScript options to add the icons in content. This extension is just a concrete implementation. The extension also uses the new AdminPanel API to add new JavaScript and a new module to the admin panel to work on page level.
Where to get it ¶
The TYPO3 extension is published on GitHub.com as well as on Packagist.org. There is no plan to release on extensions.typo3.org.
I would recommend to either download as zip and install plain, or use composer.
composer require friendsoftypo3/feedit