← Blog

Extension talk at T3DD26

15 extensions in 30 minutes: the slides from the talk at TYPO3 Developer Days 2026, plus every extension shown.


Download the slides: T3DD26 Extensions (PDF)

All extensions shown, in the order of the talk:

  • fonda/empty-page-mark marks pages without content in the page tree, so the editorial team can see what is still missing.
  • fonda/f-section-menu builds menus from content elements, optionally using an alternative header. Backend preview and DataProcessor included.
  • fonda/f-status shows the status of commands, imports and other processes in the dashboard and the reports module, including third-party extensions such as Solr.
  • EXT:image_editor brings image editing right into the media module.
  • EXT:module_search is a proposal for what search in the backend could look like, with a keyboard shortcut and recently opened records.
  • EXT:redirect_generator imports redirects from the command line, including CSV and transformations.
  • EXT:redirect_generator_ui adds a user interface for import and export on top of it.
  • georgringer/inline-delete-all deletes all inline relations of a field with one click.
  • EXT:docs provides editor documentation written in Markdown, reachable through an icon in the toolbar.
  • EXT:record_type_selection picks tables in the records module via the toolbar instead of endless scrolling.
  • EXT:autoswitchtolistview switches to the list module automatically when opening a sysfolder.
  • georgringer/password-validation gives immediate feedback on the password policy while typing. Careful: the typed password is sent to the server for that.
  • EXT:record_wizard offers the page creation wizard for any other table as well, types included.
  • EXT:context_edit_records extends quick editing from pages to any other record.
  • TYPO3 Fluid Inline Converter, a PhpStorm plugin, converts tag syntax into inline notation with one click.
  • georgringer/api-editing is an alternative way to edit records for editors who find the TYPO3 backend too complicated. Not public yet. What do you think?