You are here

message.template.create_post_profile_stream.yml in Open Social 8.7

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

File

modules/social_features/social_activity/config/install/message.template.create_post_profile_stream.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_context: profile_activity_context
  9. activity_destinations:
  10. stream_profile: stream_profile
  11. activity_create_direct: 1
  12. activity_bundle_entities:
  13. post-post: post-post
  14. activity_action: create_entitiy_action
  15. activity_aggregate: 0
  16. template: create_post_profile_stream
  17. label: 'Create post on profile stream output'
  18. description: 'A person created a post on my profile and I see it on the stream'
  19. text:
  20. -
  21. format: full_html
  22. value: "<p><a href=\"[message:author:url:absolute]\">[message:author:display-name]</a> &gt; <a href=\"[message:recipient-user-url]\">[activity:field_activity_recipient_user_display_name]</a></p>\n"
  23. -
  24. format: full_html
  25. value: "<p><a href=\"[message:author:url:absolute]\">[message:author:display-name]</a> posted on your profile</p>\n"
  26. -
  27. format: full_html
  28. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> posted on your <a href="[message:recipient-user-url]">profile</a></p>'
  29. settings:
  30. 'token options':
  31. clear: false
  32. 'token replace': true
  33. purge:
  34. override: false
  35. enabled: false
  36. quota: null
  37. days: null