- Issue created by @someshver
Currently, when configuration changes occur, there is no way to customize the
email subject and message body for notification emails.
This makes it difficult for site administrators to:
Configuration Logs
module (or the custom module in question).[site:name]
) in the messages.token
module and token browser for easy token selection.hook_config_logs_mail_alter()
or similar hook to allow other modulesA new configuration entity or settings array will be added to store the subject and body templates:
config_logs.settings: email_subject: 'Configuration changed: [config:name]' email_body: 'Hello [user:name], The configuration [config:name] was changed on [site:name].'
Active
4.0
Code