Files
pinboard-bundle/contao/config/services.yaml
2026-03-04 16:50:22 +01:00

23 lines
649 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/pinnwand
Eiswurm\ContaoPinboardBundle\EventListener\DataContainer\PinboardTimestampListener:
tags:
- { name: contao.callback, table: tl_pinnwand, target: config.onbeforesubmit, method: onBeforeSubmit }