Initial commit - Typo3 11.5.41
This commit is contained in:
36
typo3conf/ext/static_info_tables/Configuration/Services.yaml
Normal file
36
typo3conf/ext/static_info_tables/Configuration/Services.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
# Configuration/Services.yaml
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
SJBR\StaticInfoTables\:
|
||||
resource: '../Classes/*'
|
||||
exclude: '../Classes/Domain/Model/*'
|
||||
|
||||
SJBR\StaticInfoTables\EventListener\AfterPackageActivationEventListener:
|
||||
tags:
|
||||
- name: event.listener
|
||||
identifier: 'staticInfoTablesListener'
|
||||
event: TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent
|
||||
public: true
|
||||
|
||||
SJBR\StaticInfoTables\EventListener\AfterExtensionStaticDatabaseContentHasBeenImportedEventListener:
|
||||
tags:
|
||||
- name: event.listener
|
||||
identifier: 'staticInfoTablesListener'
|
||||
event: TYPO3\CMS\Extensionmanager\Event\AfterExtensionStaticDatabaseContentHasBeenImportedEvent
|
||||
public: true
|
||||
|
||||
SJBR\StaticInfoTables\Configuration\TypoScript\ConfigurationHelper:
|
||||
public: true
|
||||
|
||||
SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaLabelProcessor:
|
||||
public: true
|
||||
|
||||
SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaSelectItemsProcessor:
|
||||
public: true
|
||||
|
||||
SJBR\StaticInfoTables\Hook\Core\DataHandling\ProcessDataMap:
|
||||
public: true
|
||||
Reference in New Issue
Block a user