feedit/Configuration/Services.yaml

20 lines
395 B
YAML
Raw Normal View History

services:
_defaults:
autowire: true
autoconfigure: true
public: false
TYPO3\CMS\Feedit\:
resource: '../Classes/*'
TYPO3\CMS\Feedit\Modules\EditModule:
public: true
2022-12-29 09:22:43 +01:00
TYPO3\CMS\Feedit\Hooks\StdWrapEditPanelHook:
public: false
TYPO3\CMS\Feedit\ContentObject\EditPanelContentObject:
tags:
- name: frontend.contentobject
identifier: 'EDITPANEL'