forked from zendesk/zignatures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·60 lines (60 loc) · 1.94 KB
/
manifest.json
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
{
"name": "Zignatures",
"author": {
"name": "Zendesk Labs",
"email": "[email protected]",
"url": "https://github.com/zendesklabs/zignatures"
},
"defaultLocale": "en",
"private": false,
"version": "1.5",
"frameworkVersion": "2.0",
"singleInstall": true,
"termsConditionsURL": "https://sarapulov.zendesk.com/app_market/assets/zendesk_labs_license-0537093997011144fd56f1e50bfd89288287a6d802b14e52c998ccc82c46faa0.pdf",
"gaID": "UA-122221692-1",
"location": {
"support": {
"ticket_sidebar": {
"url":"assets/iframe.html",
"autoHide": true
},
"new_ticket_sidebar": {
"url":"assets/iframe.html",
"autoHide": true
}
}
},
"parameters": [
{
"name": "signature_template",
"type": "multiline",
"required": true,
"default": "<br>--<br><br><span style='font-weight:bold;'>{{current_user.name}} [{{ticket.account}}]</span><br><br><span style='color:grey;font-size:14px;'><strong>tel:</strong> {{current_user.phone}}</span><br><span style='color:grey;font-size:14px;'><strong>email:</strong> {{current_user.email}}</span><br><span style='color:grey;font-size:14px;'><strong>www:</strong> <a href='https://www.zendesk.com/' target=_blank'>www.zendesk.com</a></span><br><br><img src='https://d1eipm3vz40hy0.cloudfront.net/images/part-header/zendesk-relationshapes-logo.svg' width='101' height='19' alt='Zendesk logo'><span></span>"
},
{
"name": "show_app_to_agents",
"type": "checkbox",
"default": true
},
{
"name": "sign_private_comment",
"type": "checkbox",
"default": true
},
{
"name": "agents_can_decide_on_comment_signatures",
"type": "checkbox",
"default": true
},
{
"name": "agents_can_decide_on_ticket_signatures",
"type": "checkbox",
"default": true
},
{
"name": "show_labs_icon",
"type": "checkbox",
"default": true
}
]
}