Forms Module email layout
Created 6 years ago by kiltedupHi
Been using the Forms Module and all good except when adding a new Notification, I'd like to customise the Email Layout. But the dropdown for selecting Email Layout is empty and I'm stumped as to what needs to be added where to get some options in there.
'notification_email_layout' => [
'type' => 'anomaly.field_type.select',
'config' => [
'handler' => 'emails',
],
],
Can anybody point me in the right direction?
Cheers,
Dave
ryanthompson
—
6 years ago
Best Answer
The emails handler will look for twig views in your theme at /resources/layouts/emails
ryanthompson
—
6 years ago
Ya that's what it uses by default
The emails handler will look for twig views in your theme at
/resources/layouts/emails