You are here

message.template.create_comment_reply.yml in Open Social 10.1.x

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: false
  16. activity_aggregate: false
  17. activity_entity_condition: comment_reply
  18. _core:
  19. default_config_hash: x362ycPU3LkbbzQjL1AYFA4vHeyupoa9d5hjmfUjZjA
  20. template: create_comment_reply
  21. label: 'Create reply on my comment'
  22. description: 'A person replied on my comments'
  23. text:
  24. -
  25. 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"
  26. format: full_html
  27. -
  28. 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"
  29. format: full_html
  30. -
  31. 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"
  32. format: full_html
  33. settings:
  34. 'token options':
  35. clear: false
  36. 'token replace': true
  37. purge_override: false
  38. purge_methods: { }