Initial release

This commit is contained in:
Jürgen Mummert
2026-03-02 21:28:17 +01:00
commit 0ea1a9a8ac
57 changed files with 2497 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
_defaults:
autowire: true
autoconfigure: true
Contao\CoreBundle\Altcha\Altcha: '@contao.altcha'
MummertMedia\NewsSubmissionBundle\:
resource: ../../src/
exclude:
- ../../src/DependencyInjection/
- ../../src/Contao/Manager/
- ../../src/NewsSubmissionBundle.php
MummertMedia\NewsSubmissionBundle\Service\UploadManager:
arguments:
$projectDir: '%kernel.project_dir%'