Plato's Sections module for the base installer. Please see requirements before installing.
- SilverStripe 3.2.*
composer require plato-creative/plato-silverstripe-sections dev-master
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
To add a new section type just create a new class that extends Section
class ImageSection extends Section {
...