Initial commit - Typo3 11.5.41
This commit is contained in:
16
typo3conf/ext/ods_osm/Configuration/Services.yaml
Normal file
16
typo3conf/ext/ods_osm/Configuration/Services.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# PSR-14 EventListener for eventExtendedMultiple() in CalendarController
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
Bobosch\OdsOsm\:
|
||||
resource: '../Classes/*'
|
||||
|
||||
Bobosch\OdsOsm\EventListener\CalendarizeOdsOsmSqlListener:
|
||||
tags:
|
||||
- name: event.listener
|
||||
identifier: 'calendarizeOdsOsmSql'
|
||||
event: TYPO3\CMS\Core\Database\Event\AlterTableDefinitionStatementsEvent
|
||||
after: 'calendarizeField'
|
||||
Reference in New Issue
Block a user