werkraummedia/calendar
最新稳定版本:v2.1.0
Composer 安装命令:
composer require werkraummedia/calendar
包简介
API for extensions to create calendar
README 文档
README
Provides:
- Data (classes) for Year, Month, Week and Day.
- Controller with action to view Year, Month, Week and Day.
Each day can have foreign data created by a factory. That way extensions or TYPO3 instances can add further data to each day.
Alter Variables
The controller also has an event to alter assigned variables for each action.
Check out Tests/Fixtures/calendar_example/ as an example on how to provide
necessary custom setup.
Configuration
Allows to configure default values for arguments if not provided in current request. Each argument is configured below TypoScript settings namespace arguments, e.g.:
tx_calendar_example {
settings {
arguments {
year {
strtotime = midnight first day of -1 year
strftime = %Y
}
}
}
}
Supported arguments are: year, month, week and day.
统计信息
- 总下载量: 117
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-10-20