Initial release

This commit is contained in:
Jürgen Mummert
2026-02-17 18:53:23 +01:00
commit 63b5556b21
45 changed files with 3962 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
_defaults:
autowire: true
autoconfigure: true
MummertMedia\EventManagerBundle\:
resource: ../src/
exclude:
- ../src/DependencyInjection/
- ../src/Contao/Manager/
- ../src/MummertMediaEventManagerBundle.php
MummertMedia\EventManagerBundle\EventListener\DataContainer\SetDateAddedCallback:
tags:
- { name: contao.callback, table: tl_organization, target: config.onbeforesubmit, method: onBeforeSubmit }
- { name: contao.callback, table: tl_location, target: config.onbeforesubmit, method: onBeforeSubmit }