logicbrush / silverstripe-faqpage
A module for the SilverStripe CMS which allows you to construct a list of frequently-asked questions.
Package info
github.com/logicbrush/silverstripe-faqpage
Type:silverstripe-vendormodule
pkg:composer/logicbrush/silverstripe-faqpage
v1.0.0
2023-09-07 18:40 UTC
Requires
- php: ^7.4||^8.0
- silverstripe/cms: ^4.0
- silverstripe/lumberjack: ^2.3
- silverstripe/tagfield: ^2.11
- symbiote/silverstripe-gridfieldextensions: ^3.6
Requires (Dev)
- cmrcx/phptidy: ^3.3
- logicbrush/metrics: ^0.2.0
- phpunit/phpunit: ^9.5
- silverstripe/sqlite3: ^2.2
This package is auto-updated.
Last update: 2026-03-08 00:34:18 UTC
README
A module for the SilverStripe CMS which allows you to present a searchable list of frequently asked questions.
Why?
We needed a simple way to present a set of searchable list of question/answer pairs.
Installation
composer require "logicbrush/silverstripe-faqpage"
Usage
Install the module and you'll have a new page type of "FAQ Page". You can add child "Question" pages and manage them independently.