-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
85 lines (76 loc) · 2.03 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
name: Likes Ratings
version: 1.0.3
description: Simple Likes and Dislikes ratings plugin that uses a SQLite DB
icon: thumbs-up
author:
name: Trilby Media
email: [email protected]
homepage: https://github.com/trilbymedia/grav-plugin-likes-ratings
keywords: grav, plugin, etc
bugs: https://github.com/trilbymedia/grav-plugin-likes-ratings/issues
docs: https://github.com/trilbymedia/grav-plugin-likes-ratings/blob/develop/README.md
license: MIT
dependencies:
- { name: database, version: '>=0.1.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
built_in_css:
type: toggle
label: PLUGIN_LIKES_RATINGS.USE_BUILT_IN_CSS
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
callback:
type: text
size: medium
label: PLUGIN_LIKES_RATINGS.CALLBACK_URL
help: PLUGIN_LIKES_RATINGS.CALLBACK_URL_HELP
twig_template:
type: text
size: medium
label: PLUGIN_LIKES_RATINGS.TWIG_TEMPLATE
help: PLUGIN_LIKES_RATINGS.TWIG_TEMPLATE_HELP
unique_ip_check:
type: toggle
label: PLUGIN_LIKES_RATINGS.UNIQUE_IP_CHECK
highlight: 0
help: PLUGIN_LIKES_RATINGS.UNIQUE_IP_CHECK_HELP
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
disable_after_vote:
type: toggle
label: PLUGIN_LIKES_RATINGS.DISABLE_AFTER_VOTE
help: PLUGIN_LIKES_RATINGS.DISABLE_AFTER_VOTE_HELP
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
readonly:
type: toggle
label: PLUGIN_LIKES_RATINGS.READ_ONLY
help: PLUGIN_LIKES_RATINGS.READ_ONLY_HELP
highlight: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool