heyday/silverstripe-flexiblefields
最新稳定版本:0.0.2
Composer 安装命令:
composer require heyday/silverstripe-flexiblefields
包简介
Allows the use of extra attributes on various SilverStripe input fields
README 文档
README
#Heyday flexible fields
Allows the use of extra attributes on various SilverStripe input fields
##License
Flexible fields is licensed under an MIT license
##Installation
###Composer
Installing from composer is easy,
Create or edit a composer.json file in the root of your SilverStripe project, and make sure the following is present.
{
"require": {
"heyday/silverstripe-flexiblefields": "*"
}
}
After completing this step, navigate in Terminal or similar to the SilverStripe root directory and run composer install or composer update depending on whether or not you have composer already in use.
###Code guidelines
This project follows the standards defined in:
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-07