-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcraftercms-plugin.yaml
83 lines (81 loc) · 2.3 KB
/
craftercms-plugin.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# This file describes a plugin for use in CrafterCMS
# The version of the format for this file
descriptorVersion: 2
# Describe the plugin
plugin:
type: site
id: org.craftercms.plugin.docusign
name: DocuSign Plugin
tags:
- docusign
version:
major: 1
minor: 0
patch: 10
description: A plugin that allows the use Docusign APIs to send contracts via email
documentation: "https://raw.githubusercontent.com/craftercms/docusign-plugin/main/README.md"
website:
name: DocuSign
url: https://github.com/craftercms/docusign-plugin
media:
screenshots:
- title: CrafterCMS
description: CrafterCMS Plugin for DocuSign
url: "https://raw.githubusercontent.com/craftercms/docusign-plugin/main/.crafter/logo.webp"
developer:
company:
name: CrafterCMS
email: [email protected]
url: https://craftercms.com
build:
id: 8470f83e-d571-4c98-840b-ab8248f85af8
date: 2023-02-28T00:00:00Z
license:
name: MIT
url: https://opensource.org/licenses/MIT
crafterCmsVersions:
- major: 4
minor: 0
- major: 4
minor: 1
- major: 4
minor: 2
- major: 5
minor: 0
crafterCmsEditions:
- community
- enterprise
parameters:
- label: Base path
name: basePath
description: DocuSign API base path.
- label: Authentication domain
name: authDomain
description: DocuSign authentication domain
- label: Account Id
name: accountId
description: DocuSign Account ID
- label: User Id
name: userId
description: DocuSign User ID
- label: Integration key
name: integrationKey
description: DocuSign Integration Key
- label: Scopes
name: scopes
description: List of scrope to consent
- label: CC email
name: ccEmail
description: Email address of CC
- label: CC name
name: ccName
description: Name of CC
- label: Status
name: status
description: Request that the envelope be sent by setting |status| to "sent". To request that the envelope be created as a draft, set to "created"
- label: Public key
name: publicKey
description: The public key of your DocuSign application
- label: Private key
name: privateKey
description: The private key of your DocuSign application