mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
19 lines
395 B
YAML
19 lines
395 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
public: false
|
|
|
|
TYPO3\CMS\Feedit\:
|
|
resource: '../Classes/*'
|
|
|
|
TYPO3\CMS\Feedit\Modules\EditModule:
|
|
public: true
|
|
|
|
TYPO3\CMS\Feedit\Hooks\StdWrapEditPanelHook:
|
|
public: false
|
|
|
|
TYPO3\CMS\Feedit\ContentObject\EditPanelContentObject:
|
|
tags:
|
|
- name: frontend.contentobject
|
|
identifier: 'EDITPANEL'
|