-
Notifications
You must be signed in to change notification settings - Fork 12
/
blueprints.yaml
78 lines (71 loc) · 1.64 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
name: Feed
type: plugin
slug: feed
version: 1.10.0
description: The **Feed** plugin is a simple yet powerful add-on that lets you view a Grav Collection as **JSON**, **RSS** or **Atom** news feed.
icon: rss
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-feed
demo: http://demo.getgrav.org/blog-skeleton
keywords: feed, plugin, rss, atom, collection, json
bugs: https://github.com/getgrav/grav-plugin-feed/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
limit:
type: range
label: Feed count
validate:
type: number
min: 10
max: 1000
title:
type: text
label: Title
description:
type: textarea
label: Description
length:
type: range
label: Feed Length (0 for full-text feed)
validate:
type: number
min: 0
max: 10000
enable_json_feed:
type: toggle
label: JSON feed support
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
show_last_modified:
type: toggle
label: Show last modified date
help: If enabled, file modification date will be used for computing "last updated" times in feeds
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool