TYPO3 Modules

Toolbox for Backend-Modules in TYPO3.


This extension provides you some ViewHelpers and Utilities for creating backend modules. Basically you're able to define data table views by using TypoScript. By using this TypoScript syntax you can easily add table columns and reuse recommend actions (like edit, hide, show, delete, and more).

All table cells and actions are inserted by Fluid-Partials,so that you're able to customize them quickly.

Take a look at the Internal Notes extension (EXT:internal_notes) for an example of how to use it.