From cecfb65d8a179a18b3469bc358f5f7baf56507e8 Mon Sep 17 00:00:00 2001 From: Picoss Date: Fri, 8 Feb 2019 15:15:58 +0100 Subject: [PATCH 1/3] Configuration for yousign bundle 2.2 --- .../2.2/config/packages/picoss_yousign.yaml | 6 ++++++ picoss/yousign-bundle/2.2/manifest.json | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 picoss/yousign-bundle/2.2/config/packages/picoss_yousign.yaml create mode 100644 picoss/yousign-bundle/2.2/manifest.json diff --git a/picoss/yousign-bundle/2.2/config/packages/picoss_yousign.yaml b/picoss/yousign-bundle/2.2/config/packages/picoss_yousign.yaml new file mode 100644 index 00000000..bbc00d27 --- /dev/null +++ b/picoss/yousign-bundle/2.2/config/packages/picoss_yousign.yaml @@ -0,0 +1,6 @@ +picoss_yousign: + api_url: '%env(YOUSIGN_API_URL)%' + iframe_url: '%env(YOUSIGN_IFRAME_URL)%' + api_key: '%env(YOUSIGN_API_KEY)%' + username: '%env(YOUSIGN_USERNAME)%' + password: '%env(YOUSIGN_PASSWORD)%' diff --git a/picoss/yousign-bundle/2.2/manifest.json b/picoss/yousign-bundle/2.2/manifest.json new file mode 100644 index 00000000..49193733 --- /dev/null +++ b/picoss/yousign-bundle/2.2/manifest.json @@ -0,0 +1,17 @@ +{ + "bundles": { + "Picoss\\YousignBundle\\PicossYousignBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "To create a demo account, visit https://demo.yousign.fr/fr/public/api/registration", + "#2": "YOUSIGN_ENV should be 'demo' or 'prod'", + "YOUSIGN_API_URL": "https://apidemo.yousign.fr:8181", + "YOUSIGN_IFRAME_URL": "https://demo.yousign.fr", + "YOUSIGN_API_KEY": "api_key", + "YOUSIGN_USERNAME": "username", + "YOUSIGN_PASSWORD": "password" + } +} From 82491c3d7f7f7861dc5fa3270c1eda59bcfc157c Mon Sep 17 00:00:00 2001 From: Picoss Date: Wed, 13 Feb 2019 10:23:06 +0100 Subject: [PATCH 2/3] Add post install information --- picoss/yousign-bundle/2.2/manifest.json | 2 -- picoss/yousign-bundle/2.2/post-install.txt | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 picoss/yousign-bundle/2.2/post-install.txt diff --git a/picoss/yousign-bundle/2.2/manifest.json b/picoss/yousign-bundle/2.2/manifest.json index 49193733..f63cabef 100644 --- a/picoss/yousign-bundle/2.2/manifest.json +++ b/picoss/yousign-bundle/2.2/manifest.json @@ -6,8 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "#1": "To create a demo account, visit https://demo.yousign.fr/fr/public/api/registration", - "#2": "YOUSIGN_ENV should be 'demo' or 'prod'", "YOUSIGN_API_URL": "https://apidemo.yousign.fr:8181", "YOUSIGN_IFRAME_URL": "https://demo.yousign.fr", "YOUSIGN_API_KEY": "api_key", diff --git a/picoss/yousign-bundle/2.2/post-install.txt b/picoss/yousign-bundle/2.2/post-install.txt new file mode 100644 index 00000000..9e78ee41 --- /dev/null +++ b/picoss/yousign-bundle/2.2/post-install.txt @@ -0,0 +1,7 @@ + + Yousign Account + + + * You now need to create a yousign account + 1. Visit https://demo.yousign.fr/fr/public/api/registration + 2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in .env \ No newline at end of file From 03badfbe06e9099429cc359022eb929ebfb83a37 Mon Sep 17 00:00:00 2001 From: Picoss Date: Thu, 14 Feb 2019 10:47:40 +0100 Subject: [PATCH 3/3] Add missing new line at the end of file --- picoss/yousign-bundle/2.2/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picoss/yousign-bundle/2.2/post-install.txt b/picoss/yousign-bundle/2.2/post-install.txt index 9e78ee41..8c186831 100644 --- a/picoss/yousign-bundle/2.2/post-install.txt +++ b/picoss/yousign-bundle/2.2/post-install.txt @@ -4,4 +4,4 @@ * You now need to create a yousign account 1. Visit https://demo.yousign.fr/fr/public/api/registration - 2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in .env \ No newline at end of file + 2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in .env