plato-creative / plato-silverstripe-sections
Plato's Sections module for the base installer
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 12
Forks: 1
Open Issues: 2
Type:silverstripe-module
Requires
- silverstripe-australia/gridfieldextensions: 1.3.0
- silverstripe/cms: 3.2.*
- silverstripe/framework: 3.2.*
This package is not auto-updated.
Last update: 2024-11-06 23:54:13 UTC
README
Plato's Sections module for the base installer. Please see requirements before installing.
Requirements
- SilverStripe 3.2.*
Installation
composer require plato-creative/plato-silverstripe-sections dev-master
Configuration
There is currently on config option. That is to include the section from both the CMS and frontend based on ClassName.
Page: SectionIncludedPageTypes: - HomePage - AnotherPage
Extending
To add a new section type just create a new class that extends Section
class ImageSection extends Section { ...