You are here

message.template.create_comment_reply_mention.yml in Open Social 10.3.x

modules/social_features/social_mentions/config/install/message.template.create_comment_reply_mention.yml

File

modules/social_features/social_mentions/config/install/message.template.create_comment_reply_mention.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: mention_activity_context
  12. activity_destinations:
  13. notifications: notifications
  14. email: email
  15. activity_create_direct: 0
  16. activity_aggregate: 0
  17. activity_entity_condition: comment_reply
  18. template: create_comment_reply_mention
  19. label: 'Create reply on comment with mentions'
  20. description: 'A person replied to a comment where I am mentioned'
  21. text:
  22. -
  23. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a comment where you are mentioned</p>'
  24. format: full_html
  25. -
  26. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a comment where you are mentioned</p>'
  27. format: full_html
  28. -
  29. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a <a href="[message:field_message_related_object:entity:url:absolute]">comment</a> where you are mentioned</p>'
  30. format: full_html
  31. settings:
  32. 'token options':
  33. clear: false
  34. 'token replace': true
  35. purge_override: false
  36. purge_methods: { }