forked from getgrav/grav-plugin-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
66 lines (60 loc) · 1.35 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
name: Feed
version: 1.6.2
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: devs@getgrav.org
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
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
limit:
type: text
label: Feed count
validate:
type: number
min: 10
max: 1000
description:
type: textarea
label: Description
lang:
type: text
label: Feed language code
default: en
placeholder: en
validate:
pattern: "[a-zA-Z]{2,3}(-[a-zA-Z]{2,3})?"
length:
type: text
label: Feed Length
validate:
type: number
min: 10
max: 10000
enable_json_feed:
type: toggle
label: JSON feed support
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool