Hey, everyone, I’m trying to add a token into the email builder list tokens; using addTokenSection() function, but I can’t set up the services on config.php
as far as I read and understand this is the basic set up to array the eventlistener to use
call ‘getSubscribedEvents()’ from config.php, do am I missing anything on the set up?
‘services’ => array(
‘events’ => array(
‘plugin.helloworld.emailbundle.subscriber’ => array(
‘class’ => ‘MauticPlugin\HelloWorldBundle\EventListener\EmailSubscriber’
)
),