Initial release
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user