You are here

message.template.create_comment_reply.yml in Open Social 8.6

modules/social_features/social_activity/config/install/message.template.create_comment_reply.yml

File

modules/social_features/social_activity/config/install/message.template.create_comment_reply.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - activity_logger
  6. third_party_settings:
  7. activity_logger:
  8. activity_bundle_entities:
  9. comment-comment: comment-comment
  10. activity_action: create_entitiy_action
  11. activity_context: owner_activity_context
  12. activity_destinations:
  13. notifications: notifications
  14. email: email
  15. activity_create_direct: true
  16. activity_aggregate: false
  17. activity_entity_condition: comment_reply
  18. template: create_comment_reply
  19. label: 'Create reply on my comment'
  20. description: 'A person replied on my comments'
  21. text:
  22. -
  23. value: "<p><a href=\"[message:author:url:absolute]\">[message:author:display-name]</a> replied on your <a href=\"[message:field_message_related_object:entity:url:absolute]\">comment</a> in [social_comment:commented_entity_link_html]</p>\r\n"
  24. format: full_html
  25. -
  26. value: "<p><a href=\"[message:author:url:absolute]\">[message:author:display-name]</a> replied on your <a href=\"[message:field_message_related_object:entity:url:absolute]\">comment</a> in [social_comment:commented_entity_link_html]</p>\r\n"
  27. format: full_html
  28. -
  29. value: "<p><a href=\"[message:author:url:absolute]\">[message:author:display-name]</a> replied on your <a href=\"[message:field_message_related_object:entity:url:absolute]\">comment</a> in [social_comment:commented_entity_link_html]</p>\r\n<table class=\"comments\">\r\n<tr>\r\n<td class=\"comment\"><strong>[social_comment:parent_comment_author]</strong> <small>• [social_comment:parent_comment_date]</small>\r\n<p>[social_comment:parent_comment_text]</p>\r\n</td>\r\n</tr><tr>\r\n<td class=\"comment reply\"><strong>[social_comment:comment_author]</strong> <small>• [social_comment:comment_date]</small>\r\n<p>[social_comment:comment_text]</p>\r\n</td>\r\n</tr>\r\n</table>\r\n<table class=\"btn-wrapp\">\r\n\t<tbody>\r\n\t\t<tr>\r\n\t\t\t<td class=\"align-center\"><a class=\"btn-link btn-link-bg btn-link-one\" href=\"[social_comment:commented_entity_link]\">Reply to this comment </a></td>\r\n\t\t</tr>\r\n\t</tbody>\r\n</table>\r\n"
  30. format: full_html
  31. settings:
  32. 'token options':
  33. clear: false
  34. 'token replace': true
  35. purge_override: false
  36. purge_methods: { }