diff --git a/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.yaml new file mode 100644 index 00000000..e9d19792 --- /dev/null +++ b/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.yaml @@ -0,0 +1,6 @@ +mp3000mp_tos: + kernel_event: + authenticators: + - main + priority: -20 + user_provider: App\Entity\User diff --git a/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml new file mode 100644 index 00000000..84e85f17 --- /dev/null +++ b/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml @@ -0,0 +1,3 @@ +mp3000mp_tos: + resource: "@Mp3000mpTOSBundle/Resources/config/routes.yaml" + prefix: /tos diff --git a/mp3000mp/tos-bundle/0.1/manifest.json b/mp3000mp/tos-bundle/0.1/manifest.json new file mode 100644 index 00000000..1b4d625d --- /dev/null +++ b/mp3000mp/tos-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mp3000mp\\TOSBundle\\Mp3000mpTOSBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}