silverstripe-australia/silverstripe-question-answer

Simple implementation of an FAQ page

Installs: 2 375

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 3

Type:silverstripe-module

1.1.0 2015-11-12 06:44 UTC

This package is auto-updated.

Last update: 2024-03-29 03:36:35 UTC


README

Provides an interface for creating and editing questions with answers, and for a listing of those to be displayed within page content.

Usage

  • Install via composer
  • Create a new Question Answer Page
  • On the "Questions" tab, add a new Question Answer object
  • After saving, the questions should appear in content whereever the $Items
    keyword is inserted

To change the layout of the item list, copy the templates/QuestionListing.ss file to your theme/templates folder and customise