-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblueprints.yaml
62 lines (57 loc) · 1.34 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
name: Random
version: 1.5.0
description: Allows to randomly select a page from a collection of pages. Flexible **filters** provide maximum reconfigurability.
icon: refresh
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-random
demo: http://demo.getgrav.org/blog-skeleton
keywords: random, plugin, blog, pages
bugs: https://github.com/getgrav/grav-plugin-random/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
route:
type: text
size: medium
label: Route
default: /random
help: Default route of the random plugin
redirect:
type: toggle
label: Redirect
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
filters.category:
type: selectize
label: Category filter
help: Comma separated list of category names
validate:
type: commalist
filter_combinator:
type: select
size: medium
classes: fancy
label: Filter Combinator
default: and
options:
and: And - Boolean &&
or: Or - Boolean ||