You are here

message.template.create_content_in_joined_group.yml in Open Social 8

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

File

modules/social_features/social_activity/config/install/message.template.create_content_in_joined_group.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. group_content-closed_group-group_node-event: group_content-closed_group-group_node-event
  10. group_content-closed_group-group_node-topic: group_content-closed_group-group_node-topic
  11. group_content-open_group-group_node-event: group_content-open_group-group_node-event
  12. group_content-open_group-group_node-topic: group_content-open_group-group_node-topic
  13. post-photo: post-photo
  14. post-post: post-post
  15. activity_action: create_entitiy_action
  16. activity_context: content_in_my_group_activity_context
  17. activity_destinations:
  18. notifications: notifications
  19. email: email
  20. activity_create_direct: 1
  21. activity_aggregate: 0
  22. activity_entity_condition: ''
  23. template: create_content_in_joined_group
  24. label: 'Create a post, topic or event in a joined group'
  25. description: 'A person created a post, event or topic in a group I joined'
  26. text:
  27. -
  28. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> created a <a href="[social_group:content_url]">[social_group:content_type]</a> in the <a href="[message:gurl]">[message:gtitle]</a> group.</p>'
  29. format: full_html
  30. -
  31. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> created a <a href="[social_group:content_url]">[social_group:content_type]</a> in the <a href="[message:gurl]">[message:gtitle]</a> group.</p>'
  32. format: full_html
  33. -
  34. value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> created a <a href="[social_group:content_url]">[social_group:content_type]</a> in the <a href="[message:gurl]">[message:gtitle]</a> group.</p>'
  35. format: full_html
  36. settings:
  37. 'token options':
  38. clear: false
  39. 'token replace': true
  40. purge_override: false
  41. purge_methods: { }