Hi
I am trying to send email after a transition and I get the following error on initialize:
Unrecognized option “notificationSettings” under “pimcore.workflows.workflow.transitions.reject_product”
What am I doing wrong?
Thanks
Eli
config.yml
transitions:
reject_product:
from: new
to: rejected
options:
label: 'Reject the product'
notes:
commentEnabled: true
commentRequired: true
notificationSettings:
notifyUsers: ['admin']
mailType: 'template'
mailPath: '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig'