toastnz/toast-cms-helpers
Composer 安装命令:
composer require toastnz/toast-cms-helpers
包简介
Silverstripe CMS helpers
README 文档
README
Silverstripe CMS Helpers
Small helpers, fields, and requirements to assist users with navigating and using the CMS.
Installation
composer require toastnz/toast-cms-helpers
Features
Reference Field
The Reference Field displays an image inside a styled block, with the purpose of showing the user where content will be displayed on the frontend.
Usage
$referenceField = ReferenceField::create( 'FieldName', // Can be blank 'Heading / Label', 'Hint / ToolTip', 'example.png' // Image / screenshot filename );
Configuration
ReferenceField: base_image_path: 'mysite/images/reference' border_color: '#0073aa'
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-01-04