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..13089c65 --- /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)%' diff --git a/dobryprogramator/smartform-bundle/1.0/manifest.json b/dobryprogramator/smartform-bundle/1.0/manifest.json new file mode 100644 index 00000000..6906e92c --- /dev/null +++ b/dobryprogramator/smartform-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "DobryProgramator\\SmartformBundle\\DobryProgramatorSmartformBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SMARTFORM_CLIENT_ID": "" + } +}