weareenvoy/craft-timeframe
Composer 安装命令:
composer require weareenvoy/craft-timeframe
包简介
Time frame field type.
README 文档
README
Craft field type for a time frames ex. 10am - 12pm
Installation
Follow the below steps to install with composer.
- Install with composer
cd /craftproject - Run the following command:
composer require weareenvoy/craft-timeframe - Go to Settings > Plugins and enable the plugin.
Template usage
For example if have a field named mondayHours with the timeframe field you can
access the start and end time like so:
{{entry.mondayHours.startTime|time('short)}} - {{entry.mondayHours.endTime|time('short)}}
统计信息
- 总下载量: 145
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-03-23