forked from blesta/module-enhance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 730 Bytes
/
config.json
File metadata and controls
28 lines (28 loc) · 730 Bytes
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
{
"version": "1.0.1",
"name": "Enhance.name",
"description": "Enhance.description",
"authors": [
{
"name": "Phillips Data, Inc.",
"url": "https://www.blesta.com"
}
],
"module": {
"row": "Enhance.module_row",
"rows": "Enhance.module_row_plural",
"group": "Enhance.module_group",
"row_key": "server_label"
},
"package": {
"name_key": "package"
},
"service": {
"name_key": "domain"
},
"email_tags": {
"module": ["server_label", "hostname", "org_id", "api_token"],
"package": ["package"],
"service": ["domain", "username", "password", "website_id", "customer_email"]
}
}