plato-creative / plato-silverstripe-sections
此包的最新版本(dev-master)没有可用的许可证信息。
Plato的基础安装程序中的板块模块
dev-master
2016-02-18 18:58 UTC
Requires
- silverstripe-australia/gridfieldextensions: 1.3.0
- silverstripe/cms: 3.2.*
- silverstripe/framework: 3.2.*
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 { ...