When video content is created and it is NOT part of a group, email a hardcoded list in a spacebase_videos.settings.yml config variable a simple message that it was created with a link to it. Not a lot of thought needs to go into this message since it can easily be changed later in code and via mail_edit module.
Add any reusable functionality for these admin notifications to spacebase_core
In GitLab by @aspiringweb on Jul 16, 2018, 01:58
spacebase_videos/config/install/spacebase_videos.mail.yml
andspacebase_videos.settings.yml
spacebase_videos_mail_edit_templates()
spacebase_videos_node_insert()
When video content is created and it is NOT part of a group, email a hardcoded list in a
spacebase_videos.settings.yml
config variable a simple message that it was created with a link to it. Not a lot of thought needs to go into this message since it can easily be changed later in code and via mail_edit module.Add any reusable functionality for these admin notifications to
spacebase_core