-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
59 lines (52 loc) · 1.24 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
name: Email Amazon
slug: email-amazon
type: plugin
version: 1.0.0
testing: false
description: Amazon SES integration for new Email plugin
icon: envelope
author:
name: Team Grav
email: devs@getgrav.org
homepage: https://github.com/getgrav/grav-plugin-email-amazon
keywords: grav, plugin, etc
bugs: https://github.com/getgrav/grav-plugin-email-amazon/issues
docs: https://github.com/getgrav/grav-plugin-email-amazon/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
- { name: email, version: '>=4.0.0' }
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
transport:
type: select
size: small
label: Transport
default: api
options:
api: API (fastest)
https: HTTPS
smtp: SMTP
username:
type: text
label: Username (for SMTP Only)
password:
type: text
label: Password (for SMTP Only)
access_key:
type: text
label: Access Key (for API/HTTPS)
secret_key:
type: text
label: Secret Key (for API/HTTPS)