-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
63 lines (56 loc) · 1.52 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
name: Shopping Cart Plugin Pin
version: 1.0.0
description: "Add Pin checkout to the Grav Shopping Cart Plugin"
icon: shopping-cart
author:
name: Lawrence Meckan
email: [email protected]
url: http://www.absalom.biz
homepage: http://gravshoppingcart.com
keywords: shoppingcart, ecommerce, e-commerce, plugin, shop, cart, pin
readme: https://github.com/flaviocopes/grav-plugin-shoppingcart/blob/develop/README.md
bugs: https://github.com/flaviocopes/grav-plugin-shoppingcart/issues
license: MIT
testing: true
dependencies:
- { name: shoppingcart, version: '~1.1' }
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
test_mode:
type: toggle
label: Test mode
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
payment.methods.pin.name:
type: hidden
default: 'Pin'
payment.methods.pin.description:
type: text
default: ''
label: Payment Description
size: medium
placeholder: An optional description appearing in the payment popup
help: An optional description appearing in the payment popup
payment.methods.pin.secretKey:
type: text
default: ''
label: Pin API Key
size: medium
placeholder: The Pin API Key
help: The Pin API Key