You are here

message.template.create_comment_reply_mention.yml in Open Social 8.9

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. _core:
  19. default_config_hash: 2o1nYXUEaNMlXq1DNTHGO58kbvC4MY_o4i6i7W_l3ZU
  20. template: create_comment_reply_mention
  21. label: 'Create reply on comment with mentions'
  22. description: 'A person replied to a comment where I am mentioned'
  23. text:
  24. -
  25. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a comment where you are mentioned</p>'
  26. format: full_html
  27. -
  28. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a comment where you are mentioned</p>'
  29. format: full_html
  30. -
  31. 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>'
  32. format: full_html
  33. settings:
  34. 'token options':
  35. clear: false
  36. 'token replace': true
  37. purge_override: false
  38. purge_methods: { }