From 90634c2f177403312b34c07e7b118b7e47faa45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Holeczy?= Date: Tue, 31 Mar 2020 18:45:27 +0200 Subject: [PATCH 1/3] Add recipe for dobryprogramator/smartform-bundle --- .../1.0/config/packages/dobry_programator_smartform.yaml | 2 ++ dobryprogramator/smartform-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml create mode 100644 dobryprogramator/smartform-bundle/1.0/manifest.json diff --git a/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml b/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml new file mode 100644 index 00000000..f5cef364 --- /dev/null +++ b/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml @@ -0,0 +1,2 @@ +dobry_programator_smartform: + client_id: '%env(SMARTFORM_CLIENT_ID)%' \ No newline at end of file diff --git a/dobryprogramator/smartform-bundle/1.0/manifest.json b/dobryprogramator/smartform-bundle/1.0/manifest.json new file mode 100644 index 00000000..4a864667 --- /dev/null +++ b/dobryprogramator/smartform-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "DobryProgramator\\SmartformBundle\\DobryProgramatorSmartformBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file From cc4e3a8d379e726c63f031dd5a2e06c05b9b14b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Holeczy?= Date: Tue, 31 Mar 2020 18:47:19 +0200 Subject: [PATCH 2/3] Add recipe for dobryprogramator/smartform-bundle --- .../1.0/config/packages/dobry_programator_smartform.yaml | 2 +- dobryprogramator/smartform-bundle/1.0/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml b/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml index f5cef364..13089c65 100644 --- a/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml +++ b/dobryprogramator/smartform-bundle/1.0/config/packages/dobry_programator_smartform.yaml @@ -1,2 +1,2 @@ dobry_programator_smartform: - client_id: '%env(SMARTFORM_CLIENT_ID)%' \ No newline at end of file + client_id: '%env(SMARTFORM_CLIENT_ID)%' diff --git a/dobryprogramator/smartform-bundle/1.0/manifest.json b/dobryprogramator/smartform-bundle/1.0/manifest.json index 4a864667..5287a269 100644 --- a/dobryprogramator/smartform-bundle/1.0/manifest.json +++ b/dobryprogramator/smartform-bundle/1.0/manifest.json @@ -5,4 +5,4 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } -} \ No newline at end of file +} From 316635f7a07a1254b4a7fabb7f95d3cc1d7741c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Holeczy?= Date: Tue, 7 Apr 2020 15:53:45 +0200 Subject: [PATCH 3/3] Add env var to manifest file --- dobryprogramator/smartform-bundle/1.0/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dobryprogramator/smartform-bundle/1.0/manifest.json b/dobryprogramator/smartform-bundle/1.0/manifest.json index 5287a269..6906e92c 100644 --- a/dobryprogramator/smartform-bundle/1.0/manifest.json +++ b/dobryprogramator/smartform-bundle/1.0/manifest.json @@ -4,5 +4,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" + }, + "env": { + "SMARTFORM_CLIENT_ID": "" } }