You are here

message.template.create_comment_community_post.yml in Open Social 8

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

File

modules/social_features/social_activity/config/install/message.template.create_comment_community_post.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-post_comment: comment-post_comment
  10. activity_action: create_entitiy_action
  11. activity_context: community_activity_context
  12. activity_destinations:
  13. stream_explore: stream_explore
  14. stream_profile: stream_profile
  15. activity_create_direct: 1
  16. activity_aggregate: 1
  17. activity_entity_condition: comment_not_reply
  18. template: create_comment_community_post
  19. label: 'Create comment on post in the community'
  20. description: 'A user add a comment to post in the community'
  21. text:
  22. -
  23. format: full_html
  24. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> commented on a post</p>'
  25. -
  26. format: full_html
  27. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> and @count others commented on a post</p>'
  28. settings:
  29. 'token options':
  30. clear: false
  31. 'token replace': true
  32. purge:
  33. override: false
  34. enabled: false
  35. quota: null
  36. days: null