-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 872 Bytes
/
Copy pathconfig.json
File metadata and controls
40 lines (40 loc) · 872 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"version": "2.0.2",
"type": "registrar",
"name": "Opensrs.name",
"description": "Opensrs.description",
"authors": [
{
"name": "Phillips Data, Inc.",
"url": "http://www.blesta.com"
}
],
"package": {
"name_key": "domain"
},
"service": {
"name_key": "domain"
},
"module": {
"row": "Opensrs.module_row",
"rows": "Opensrs.module_row_plural",
"row_key": "user"
},
"email_tags": {
"module": [],
"package": [],
"service": [
"domain"
]
},
"features": {
"dns_management": 1,
"email_forwarding": 0,
"id_protection": 1,
"epp_code": 1
},
"logo": {
"light": "views/default/images/logo.svg",
"dark": "views/default/images/logo-dark.svg"
}
}