From 0cb3e9d57781e01d3ba8993ea4f3e645d5be3925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Tue, 5 Nov 2019 11:24:26 +0100 Subject: [PATCH] add gheb\docusign-bundle --- gheb/docusign-bundle/4.5/config/packages/docusign.yaml | 5 +++++ gheb/docusign-bundle/4.5/config/routes/docusign.yaml | 2 ++ gheb/docusign-bundle/4.5/manifest.json | 8 ++++++++ 3 files changed, 15 insertions(+) create mode 100644 gheb/docusign-bundle/4.5/config/packages/docusign.yaml create mode 100644 gheb/docusign-bundle/4.5/config/routes/docusign.yaml create mode 100644 gheb/docusign-bundle/4.5/manifest.json 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%/" + } +}