You are here

message.template.create_comment_reply.yml in Open Social 8.4

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: 1
  16. activity_aggregate: 0
  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. format: full_html
  24. 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>\n"
  25. -
  26. format: full_html
  27. 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>\n"
  28. -
  29. format: full_html
  30. 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>'
  31. settings:
  32. 'token options':
  33. clear: false
  34. 'token replace': true
  35. purge_override: false
  36. purge_methods: { }