purplespider / section-overview
A simple section overview page that provides summaries and links to it's child pages.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
README
Introduction
Ever had a top level page, with several subpages, and no content to put on the top level page?
Well this page type automatically provides an overview of each of this page's child pages: Title, Summary, Link.
By default the summary is grabbed from a page's Content field, but this module automatically adds an extra "Summary Text" field to subpages, so that the page's summary text can be overridden if necessary.
Maintainer Contact
- James Cocker (ssmodulesgithub@pswd.biz)
Requirements
- Silverstripe 4.0+
Installation Instructions
- Run
composer require purplespider/section-overview
to install the module - Visit /dev/build to rebuild the database.
- Log in the CMS, and change the page type of any page with child pages to Section Overview.