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
Requires
This package is auto-updated.
Last update: 2024-10-29 05:28:16 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