-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblueprints.yaml
43 lines (42 loc) · 1.04 KB
/
blueprints.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Icalendar
version: 0.2.5
description: Reads ICS Files and shows Events from it
icon: calendar
author:
name: Werner Joss
email: wernerjoss@users.noreply.github.com
homepage: https://github.com/wernerjoss/grav-plugin-icalendar
keywords: grav, plugin, ICS, Icalendar
bugs: https://github.com/wernerjoss/grav-plugin-icalendar/issues
docs: https://github.com/wernerjoss/grav-plugin-icalendar/blob/master/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
numevents:
type: text
label: Number of Events to show
validate:
type: number
min: 1
icsfile:
type: file
label: ICAL Calendar File
multiple: false
destination: 'user/data/calendars'
accept:
- .ics
dateformat:
type: text
label: Date Format
default: d.m.Y