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