plato-creative/plato-silverstripe-sections

此包的最新版本(dev-master)没有可用的许可证信息。

Plato的基础安装程序中的板块模块

安装: 25

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 12

分支: 1

开放问题: 2

类型:silverstripe-module

dev-master 2016-02-18 18:58 UTC

This package is not auto-updated.

Last update: 2024-09-11 23:13:43 UTC


README

Plato的基础安装程序板块模块。在安装前请查看要求。

要求

  • SilverStripe 3.2.*

安装

composer require plato-creative/plato-silverstripe-sections dev-master

配置

目前有一个配置选项,即根据ClassName从CMS和前端包含板块。

Page:
  SectionIncludedPageTypes:
    - HomePage
    - AnotherPage

扩展

要添加新的板块类型,只需创建一个新的继承自Section的类。

class ImageSection extends Section {
        ...