This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
blueprints.yaml
89 lines (87 loc) · 2.17 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
name: Events
version: 1.0.15
description: "The **Events** plugin provides events for a Grav site using event frontmatter."
icon: calendar
author:
name: Kaleb Heitzman
email: kalebheitzman@gmail.com
url: http://kheitzman.com
homepage: http://github.com/kalebheitzman/grav-plugin-events
demo: http://grav.brandr.co/calendar
keywords: events, plugin
bugs: https://github.com/kalebheitzman/grav-plugin-events/issues
license: MIT
dependencies:
- datetools
form:
validation: loose
fields:
processing:
type: section
title: Processing
event_template_types:
type: text
label: Event Template Types
help: What templates should be checked for event related content?
default: event
display_months_out:
type: text
label: Months Out to Display Events
help: In integer form, how many months out should repeating dates display?
default: 3
placeholder: 3
enable_single_event_filter:
type: toggle
label: Enable Single Event Filter
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
#date_format.long:
# type: text
# label: Long Date Format
# default: Y-m-d h:ia
#date_format.medium:
# type: text
# label: Medium Date Format
# default: m/d/Y
#date_format.short:
# type: text
# label: Short Date Format
# default: M j
#date_format.default:
# type: text
# label: Default Date Format
# default: F j, Y h:ia
tranlation:
type: section
title: Translation
date_format.translate:
type: toggle
label: Translate dates
help: Translations can be found in language.yaml
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
collections:
type: section
title: Collections
filter_combinator:
type: text
label: Filter Combinator
default: and
events_collection:
type: text
label: Events Collection
default: "'@page': '/events'"
#default_events_page:
# type: text
# label: The main page listing events
# default: events