What does it do?

This extension for TYPO3 CMS is a solution to manage frequently asked questions. The focus of the extension is to keep things simple and to have a modern and clean code basis.

Summary of features

  • Easy usage for editors
  • Uses TYPO3 system categories to structure FAQs by category
  • Field for media and files
  • Possibility to add related FAQs
  • Configurable template layouts for the views
  • Automatic cache clearing when FAQ has been changed in backend
  • Symfony Console commands to migrate from ext:irfaq
  • Signal slots to extend the extension with own functionality

Background

  • Based on Extbase and Fluid
  • Covered with many unit and functional tests
  • Actively maintained