2017 © Pedro Peláez
 

silverstripe-module plato-silverstripe-sections

Plato's Sections module for the base installer

image

plato-creative/plato-silverstripe-sections

Plato's Sections module for the base installer

  • Thursday, February 18, 2016
  • by mediabeast
  • Repository
  • 8 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

plato-silverstripe-sections

Plato's Sections module for the base installer. Please see requirements before installing., (*1)

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., (*2)

Page:
  SectionIncludedPageTypes:
    - HomePage
    - AnotherPage

Extending

To add a new section type just create a new class that extends Section, (*3)

class ImageSection extends Section {
        ...

The Versions

10/12 2015

3.1.x-dev

3.1.9999999.9999999-dev https://github.com/PlatoCreative/plato-silverstripe-sections

Plato's Sections module for the base installer

  Sources   Download

The Requires

 

silverstripe section plato