pwaldhauer/kirby-calendar-view

Kirby Calendar Panel Section

Installs: 122

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 0

Open Issues: 0

Language:Vue

Type:kirby-plugin

v1.0.0 2022-08-04 21:47 UTC

This package is auto-updated.

Last update: 2024-05-05 01:24:45 UTC


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.

screenshot

Installation

  1. composer require pwaldhauer/kirby-calendar-view or copy the files to the site/plugins folder.
  2. 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 section
  • target: 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 posts
  • defaultTemplate: Default template

License

MIT