-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
38 lines (36 loc) · 1003 Bytes
/
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
name: Laposta
version: 1.0.1
description: Adds a Laposta subscription action to your forms
icon: address-card
author:
name: Thomas Vantuycom
email: [email protected]
homepage: https://github.com/TheDancingCode/grav-plugin-laposta
keywords: grav, plugin, laposta, newsletter
bugs: https://github.com/TheDancingCode/grav-plugin-laposta/issues
docs: https://github.com/TheDancingCode/grav-plugin-laposta/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.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
api_key:
type: text
label: PLUGIN_LAPOSTA.API_KEY
validate:
required: true
default_list_id:
type: text
label: PLUGIN_LAPOSTA.DEFAULT_LIST_ID
help: PLUGIN_LAPOSTA.DEFAULT_LIST_ID_HELP