logicbrush / silverstripe-faqpage
A module for the SilverStripe CMS which allows you to construct a list of frequently-asked questions.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
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: 2024-11-07 21:16:02 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.