23 lines
656 B
YAML
23 lines
656 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Eiswurm\ContaoPinboardBundle\:
|
|
resource: '../../src/*'
|
|
exclude:
|
|
- '../../src/ContaoManager/'
|
|
- '../../src/ContaoPinboardBundle.php'
|
|
|
|
Eiswurm\ContaoPinboardBundle\Controller\FrontendModule\PinboardController:
|
|
tags:
|
|
-
|
|
name: contao.frontend_module
|
|
category: application
|
|
type: pinnwand
|
|
template: frontend_module/pinnwand
|
|
|
|
Eiswurm\ContaoPinboardBundle\EventListener\DataContainer\PinboardTimestampListener:
|
|
tags:
|
|
- { name: contao.callback, table: tl_pinnwand, target: config.onbeforesubmit, method: onBeforeSubmit }
|