logicbrush/silverstripe-faqpage

A module for the SilverStripe CMS which allows you to construct a list of frequently-asked questions.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v1.0.0 2023-09-07 18:40 UTC

This package is auto-updated.

Last update: 2024-04-07 20:08:28 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.