-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
69 lines (67 loc) · 1.86 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
name: MailerSend
slug: mailersend
type: plugin
version: 1.0.3
description: Send email with the MailerSend API
icon: paper-plane-o
author:
name: Trilby Media
email: [email protected]
homepage: https://github.com/trilbymedia/grav-plugin-mailersend
demo: http://demo.yoursite.com
keywords: grav, plugin, etc
bugs: https://github.com/trilbymedia/grav-plugin-mailersend/issues
docs: https://github.com/trilbymedia/grav-plugin-mailersend/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.9' }
form:
validation: loose
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
debug:
type: toggle
label: PLUGIN_MAILERSEND.DEBUG
help: PLUGIN_MAILERSEND.DEBUG_HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
api_token:
type: text
label: PLUGIN_MAILERSEND.API_TOKEN
description: Create a token following [this guide](https://www.mailersend.com/help/managing-api-tokens) on MailerSend.com
markdown: true
defaults_section:
type: section
title: PLUGIN_MAILERSEND.DEFAULTS
underline: true
fields:
defaults.to:
type: text
label: PLUGIN_MAILERSEND.TO
help: PLUGIN_MAILERSEND.EMAIL_FORMAT
defaults.from:
type: text
label: PLUGIN_MAILERSEND.FROM
help: PLUGIN_MAILERSEND.EMAIL_FORMAT
defaults.cc:
type: text
label: PLUGIN_MAILERSEND.CC
help: PLUGIN_MAILERSEND.EMAIL_FORMAT
defaults.bcc:
type: text
label: PLUGIN_MAILERSEND.BCC
help: PLUGIN_MAILERSEND.EMAIL_FORMAT