Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View 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