heimrichhannot / contao-multi-column-editor-bundle

This module offers an input type for editing one or more records in frontend and backend.
GNU General Public License v3.0
6 stars 7 forks source link

Contao 4.6 service #2

Closed a-kehr closed 6 years ago

a-kehr commented 6 years ago

Damit bei Contao 4.6 das Bundle funktioniert, sollte in der Datei

src/Resources/config/listener.yml

folgende Änderung durchgeführt werden.

alt:

services:
    huh.multicolumneditor.listener.hooks:
        class: HeimrichHannot\MultiColumnEditorBundle\EventListener\HookListener
        arguments:
            - "@contao.framework"

neu:

services:
    huh.multicolumneditor.listener.hooks:
        class: HeimrichHannot\MultiColumnEditorBundle\EventListener\HookListener
        public: true
        arguments:
            - "@contao.framework"