- Issue created by @adamps
This module can embed a form GUI for editing Mailer Policy within another form, see MailerHelperInterface::renderEntityPolicy()
. It's a useful feature but the workflow has some significant limitations:
We should embed the Policy entity form within the other form - maybe using module inline_entity_form. When embedded in another config entity, both entities would be saved with the same submit. In the case of a temporary policy, the code should return the Policy config rather than saving it.
Active
1.0
Code