message.template.create_comment_reply_mention.yml in Open Social 8.8
modules/social_features/social_mentions/config/features_removal/message.template.create_comment_reply_mention.yml
File
modules/social_features/social_mentions/config/features_removal/message.template.create_comment_reply_mention.ymlView source
- langcode: en
- status: true
- dependencies:
- module:
- - activity_logger
- third_party_settings:
- activity_logger:
- activity_bundle_entities:
- comment-comment: comment-comment
- activity_action: create_entitiy_action
- activity_context: mention_activity_context
- activity_destinations:
- notifications: notifications
- email: email
- activity_create_direct: 0
- activity_aggregate: 0
- activity_entity_condition: comment_reply
- template: create_comment_reply_mention
- label: 'Create reply on comment with mentions'
- description: 'A person replied to a comment where I am mentioned'
- text:
- -
- value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a comment where you are mentioned</p>'
- format: full_html
- -
- value: '<p><a href="[message:author:url:absolute]">[message:author:display-name]</a> replied to a comment where you are mentioned</p>'
- format: full_html
- -
- 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>'
- format: full_html
- settings:
- 'token options':
- clear: false
- 'token replace': true
- purge_override: false
- purge_methods: { }