pwaldhauer/kirby-calendar-view
Composer 安装命令:
composer require pwaldhauer/kirby-calendar-view
包简介
Kirby Calendar Panel Section
README 文档
README
This plugin provides a new panel section that provides a calendar view. It shows all children and grandchildren of a given parent in a calendar view. The Pages need to have a field called date. Maybe I should make this configurable.
Installation
composer require pwaldhauer/kirby-calendar-viewor copy the files to thesite/pluginsfolder.- Add the section to a blueprint:
sections:
calendar:
type: calendar-view
headline: Kalender
target: blog
parent: blog
defaultTemplate: blog-post
Blueprint options
headline: Printed above the sectiontarget: The path to the page a new one will be a child of.[YEAR]will be replaced with the current year (e.g. 2020).parent: This is the parent page of all shown postsdefaultTemplate: Default template
License
MIT
统计信息
- 总下载量: 209
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-21
