diff --git a/gheb/docusign-bundle/4.5/config/packages/docusign.yaml b/gheb/docusign-bundle/4.5/config/packages/docusign.yaml new file mode 100644 index 00000000..6050ca85 --- /dev/null +++ b/gheb/docusign-bundle/4.5/config/packages/docusign.yaml @@ -0,0 +1,5 @@ +docusign: + access_token: "YourAccessToken" + account_id: "yourAccountId" + default_signer_name: "Your Signer Name" + default_signer_email: "you@email.tld" diff --git a/gheb/docusign-bundle/4.5/config/routes/docusign.yaml b/gheb/docusign-bundle/4.5/config/routes/docusign.yaml new file mode 100644 index 00000000..2db355e1 --- /dev/null +++ b/gheb/docusign-bundle/4.5/config/routes/docusign.yaml @@ -0,0 +1,2 @@ +docusign: + resource: '@DocusignBundle/Resources/config/routing.xml' diff --git a/gheb/docusign-bundle/4.5/manifest.json b/gheb/docusign-bundle/4.5/manifest.json new file mode 100644 index 00000000..bdd9924e --- /dev/null +++ b/gheb/docusign-bundle/4.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "\\DocusignBundle\\DocusignBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}