You are here

heartbeat.heartbeat_type.user_post_tweet.yml in Heartbeat 8

config/install/heartbeat.heartbeat_type.user_post_tweet.yml

File

config/install/heartbeat.heartbeat_type.user_post_tweet.yml
View source
  1. uuid: c1cdd3d5-6cc4-4a40-8c77-08806b0dae21
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: ZDrD-P5fnWXHyP6RQMyJDFGTgEzIymRDYpXn2WDa5U4
  7. id: user_post_tweet
  8. label: 'User Post Tweet'
  9. message_id: null
  10. description: 'Records the event of a user posting a tweet which was recorded by the Republic'
  11. mainentity: node
  12. bundle: tweet
  13. message: '!user shared a tweet !tweettitle !tweetbody'
  14. weight: 0
  15. perms: -1
  16. group_type: '11'
  17. arguments: '{"!user":"[user:account-name]","!tweettitle":"[node:title]","!tweetbody":"[node:body]"}'
  18. variables:
  19. - '[user:account-name]'
  20. - '[node:title]'
  21. - '[node:body]'