-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblueprints.yaml
executable file
·55 lines (54 loc) · 1.33 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
name: Sentry
version: 1.0.0
description: Integrates Sentry Bugtracker for Grav
icon: plug
author:
name: phY
email: [email protected]
homepage: https://github.com/pwnyprod/grav-plugin-sentry
demo: http://demo.yoursite.com
keywords: grav, plugin, etc
bugs: https://github.com/pwnyprod/grav-plugin-sentry/issues
docs: https://github.com/pwnyprod/grav-plugin-sentry/blob/develop/README.md
license: MIT
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
log_not_found:
type: toggle
label: PLUGIN_SENTRY.LOG_NOT_FOUND
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
dns_link:
type: text
label: PLUGIN_SENTRY.DNS_LINK
help: PLUGIN_SENTRY.TEXT_DNS_LINK
error_types:
type: text
size: medium
default: 6143
label: PLUGIN_SENTRY.ERROR_TYPES
help: PLUGIN_SENTRY.TEXT_ERROR_TYPES
validate:
type: number
excluded_exceptions:
type: text
size: medium
default: ''
label: PLUGIN_SENTRY.EXCLUDED_EXCEPTIONS
help: PLUGIN_SENTRY.TEXT_EXCLUDED_EXCEPTIONS