PHPackages                             marekskopal/typo3-faq - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. marekskopal/typo3-faq

ActiveTypo3-cms-extension

marekskopal/typo3-faq
=====================

FAQ plugin for TYPO3 CMS

v1.0.0(1mo ago)06—0%GPL-2.0-or-laterPHPPHP &gt;=8.3

Since Mar 21Pushed 1mo agoCompare

[ Source](https://github.com/marekskopal/typo3-faq)[ Packagist](https://packagist.org/packages/marekskopal/typo3-faq)[ Docs](https://marekskopal.cz)[ RSS](/packages/marekskopal-typo3-faq/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

FAQ for TYPO3 CMS
=================

[](#faq-for-typo3-cms)

FAQ accordion as a content element in TYPO3. Questions with inline answers are managed in the TYPO3 backend; the frontend renders a pure-CSS accordion using ``/`` — no JavaScript required.

Features
--------

[](#features)

- Questions with title, optional perex, and one or more inline answers (RTE)
- Manual drag &amp; drop sorting in the backend
- Pin questions as **top** — top questions are sorted first and can be listed separately
- Mark questions as **always open** (expanded by default)
- TYPO3 system **categories** support per question
- **Show only top** FlexForm option to display only pinned questions
- **Template layouts** — switchable per content element via FlexForm, configured through TSconfig or PHP globals
- Automatic **JSON-LD** (`FAQPage` schema.org structured data) injected into the page
- Pure-CSS accordion, no JavaScript
- Multilingual support (EN, CS, DE labels out of the box)
- Customizable templates and styling

Requirements
------------

[](#requirements)

- PHP 8.3+
- TYPO3 13.4 or 14.x

Installation
------------

[](#installation)

```
composer require marekskopal/typo3-faq
```

After installation, run the database analyser in the TYPO3 Install Tool to create the required tables.

Setup
-----

[](#setup)

Include the TypoScript Set **FAQ** in your site package or via the site configuration sets.

Backend Setup
-------------

[](#backend-setup)

Create **Question** records on the page where the content element is placed:

- **Title** — question text (required)
- **Perex** — optional short description shown above the answers
- **Categories** — optional TYPO3 system categories
- **Top** — pin the question so it is sorted first (and can be shown exclusively via the *Show only top* option)
- **Always open** — expand the accordion item by default
- **Answers** — one or more inline answer records, each with RTE content

Drag and drop questions to set their display order within each tier (top questions always appear first). Then add the **FAQ** content element to the same page.

Content Element Options (FlexForm)
----------------------------------

[](#content-element-options-flexform)

OptionDescription**Show only top**When enabled, only questions marked as *Top* are displayed**Template layout**Select an alternative template layout defined in TSconfig or PHP globalsTemplate Layouts
----------------

[](#template-layouts)

Register custom template layouts in Page TSconfig:

```
tx_msfaq.templateLayouts {
    my_layout = My custom layout
}

```

Or in PHP (e.g. `ext_localconf.php`):

```
$GLOBALS['TYPO3_CONF_VARS']['EXT']['ms_faq']['templateLayouts'][] = ['My layout label', 'my_layout'];
```

Then configure the corresponding template paths in TypoScript:

```
plugin.tx_msfaq_faq.settings.templateLayouts {
    my_layout {
        templateRootPath = EXT:your_extension/Resources/Private/Templates/MsFaq/MyLayout/
        partialRootPath  = EXT:your_extension/Resources/Private/Partials/MsFaq/MyLayout/
        layoutRootPath   = EXT:your_extension/Resources/Private/Layouts/MsFaq/MyLayout/
    }
}

```

Customization
-------------

[](#customization)

### Templates

[](#templates)

Override templates by setting custom paths in TypoScript:

```
plugin.tx_msfaq_faq.view.templateRootPaths.10 = EXT:your_extension/Resources/Private/Templates/MsFaq/
plugin.tx_msfaq_faq.view.partialRootPaths.10  = EXT:your_extension/Resources/Private/Partials/MsFaq/
plugin.tx_msfaq_faq.view.layoutRootPaths.10   = EXT:your_extension/Resources/Private/Layouts/MsFaq/

```

### Styling

[](#styling)

The extension includes minimal CSS. Key classes:

ClassElement`.msfaq-wrapper`Outer wrapper`.msfaq__item`Single `` accordion item`.msfaq__question``` — the clickable question`.msfaq__answers`Answer container inside the open accordionJSON-LD
-------

[](#json-ld)

The extension automatically outputs a `FAQPage` JSON-LD block (schema.org structured data) based on the displayed questions and their answers. No additional configuration is required.

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

52d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2eeb4a0e8bc7e2ce26f00193dac3973909911a18079b18956b03af66b901421a?d=identicon)[marekskopal](/maintainers/marekskopal)

---

Top Contributors

[![marekskopal](https://avatars.githubusercontent.com/u/33967656?v=4)](https://github.com/marekskopal "marekskopal (10 commits)")

---

Tags

typo3FAQ

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marekskopal-typo3-faq/health.svg)

```
[![Health](https://phpackages.com/badges/marekskopal-typo3-faq/health.svg)](https://phpackages.com/packages/marekskopal-typo3-faq)
```

###  Alternatives

[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k91.2k4](/packages/aimeos-aimeos-typo3)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[leuchtfeuer/secure-downloads

"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.

22234.7k1](/packages/leuchtfeuer-secure-downloads)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[in2code/femanager

Modern TYPO3 Frontend User Registration.

49745.4k6](/packages/in2code-femanager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
