-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathblueprints.yaml
113 lines (109 loc) · 3.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
name: FullCalendar
version: 0.3.5
description: show Calendar Widget from ICS File(s), based on fullcalendar.io
icon: calendar
author:
name: Werner Joss
email: [email protected]
homepage: https://github.com/wernerjoss/grav-plugin-fullcalendar
keywords: grav, plugin, ICS, Icalendar, fullcalendar.io
bugs: https://github.com/wernerjoss/grav-plugin-fullcalendar/issues
docs: https://github.com/wernerjoss/grav-plugin-fullcalendar
license: MIT
dependencies:
- problems
- error
- shortcode-core
form:
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
showlegend:
type: toggle
label: Show Legend(s)
help: Show Calendar Name(s) as list below Grid
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
weekNumbers:
type: toggle
label: Show Week Numbers
help: Show Week Numbers in 1st Grid Column
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
colors:
type: text
size: large
label: Calendar(s) Colors
help: Comma separated List of valid html Colors, e.g. Red,LightBlue or '#DEFFAB,#GADEEF'
cors_api_url: # delete this from blueprint, so no entry in admin (but keep in config if set by hand)
type: text
size: large
label: local Cors API URL
default: null
help: leave this empty if you are not sure - it will be evaluated automatically and mostly work ! - see README
enableDescPopup:
type: toggle
label: enable onClick Popup for Event Description
help: as said :-) - simple alert() Popup if enabled (so you can copy from it). Default is disabled, which means a nice Tip is shown on hover
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
useIcsTimezone:
type: toggle
label: Use ICS Timezone
help: Use Timezone from ICS Calendar, if available (Default=false, which means Timezone=local). Only applicable if Timzone Info is stored in ICS File, AND Times are stored in UTC !
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
tz_offset_single:
type: number
size: small
label: Time Offset (hours) to correct single Events
help: only use this if you encounter a Time shift on displayed single Events (be aware that a change here will also effect recurring Events !)
default: 0
tz_offset_minutes:
type: number
size: small
label: Time Offset (minutes) to correct single Events
help: only use this if you encounter a Time shift on displayed single Events (be aware that a change here will also effect recurring Events !)
default: 0
validate:
pattern: "[0-5][0-9]*"
tz_offset_rec:
type: number
size: small
label: Time Offset (hours) to correct recurring Events
help: only use this if you encounter a Time shift on displayed recurring Events
default: 0
firstWeekDay:
type: number
size: small
label: first Day of Week
help: 0 for Sunday, 1 for Monday, 2 for Tuesday ...
default: 0