POST Templates for Stories
This sends the user an email when a story is created in a subscribed resource. It includes the story title, description, and a link to the story. Change-Id: I61a423df1c78793b7750b3bd8a00f70891971a3b
This commit is contained in:
5
storyboard/plugin/email/templates/story/POST.txt
Normal file
5
storyboard/plugin/email/templates/story/POST.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Story "{{resource.title}}" was created by {{author.full_name}}:
|
||||
|
||||
URL: {{url}}#!/story/{{resource.id}}
|
||||
|
||||
Description: {{resource.description}}
|
||||
1
storyboard/plugin/email/templates/story/POST_subject.txt
Normal file
1
storyboard/plugin/email/templates/story/POST_subject.txt
Normal file
@@ -0,0 +1 @@
|
||||
Story "{{resource.title}}" was created.
|
||||
Reference in New Issue
Block a user