Download the PHP package plato-creative/silverstripe-sections without Composer
On this page you can find all versions of the php package plato-creative/silverstripe-sections. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plato-creative/silverstripe-sections
More information about plato-creative/silverstripe-sections
Files in plato-creative/silverstripe-sections
Package silverstripe-sections
Short Description Silverstripe sections
License BSD-3-Clause
Informations about the package silverstripe-sections
Silverstripe sections
This module splits pages into reusable sections that can used across multiple pages.
Installation
Composer is the recommended way of installing SilverStripe modules.
Customisation
Styles
For each section type, you can define additional styles in your config.yml.
This will provide optional classes for each section type to choose from in the CMS.
Templating
Below is the template hierarchy.
- SectionType_PageType_Style.ss e.g. LinkSection_HomePage_Tiles.ss
- SectionType_Style.ss e.g. LinkSection_Tiles.ss
- SectionType_PageType.ss e.g. BannerSection_HomePage.ss
- SectionType.ss e.g. GallerySection.ss
Section Configuration
Limit or exclude
You can limit or completely exclude sections from a page type by defining it in your config.yml You can also setup Pages to have preset sections and decide if you want the sections to be shared across pages.
Add preset sections to page type
You can also setup Pages to have preset sections and decide if you want the sections to be shared across pages.
All versions of silverstripe-sections with dependencies
silverstripe/cms Version ^3.2
bummzack/sortablefile Version ^1.2
unclecheese/display-logic Version ^1
silverstripe-australia/gridfieldextensions Version ^1.3
sheadawson/silverstripe-linkable Version ^1.2